new_ops           320 net/atm/mpc.c  		mpc->new_ops = *mpc->old_ops;
new_ops           321 net/atm/mpc.c  		mpc->new_ops.ndo_start_xmit = mpc_send_packet;
new_ops           322 net/atm/mpc.c  		dev->netdev_ops = &mpc->new_ops;
new_ops           332 net/atm/mpc.c  	if (dev->netdev_ops != &mpc->new_ops) {
new_ops            37 net/atm/mpc.h  	struct net_device_ops new_ops;
new_ops           109 net/netfilter/core.c 	struct nf_hook_ops **new_ops;
new_ops           132 net/netfilter/core.c 	new_ops = nf_hook_entries_get_hook_ops(new);
new_ops           143 net/netfilter/core.c 			new_ops[nhooks] = (void *)orig_ops[i];
new_ops           147 net/netfilter/core.c 			new_ops[nhooks] = (void *)reg;
new_ops           156 net/netfilter/core.c 		new_ops[nhooks] = (void *)reg;
new_ops           228 net/netfilter/core.c 	struct nf_hook_ops **new_ops;
new_ops           252 net/netfilter/core.c 	new_ops = nf_hook_entries_get_hook_ops(new);
new_ops           257 net/netfilter/core.c 		new_ops[j] = (void *)orig_ops[i];