Home
last modified time | relevance | path

Searched refs:new_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/netfilter/
Dcore.c108 struct nf_hook_ops **new_ops; in nf_hook_entries_grow() local
131 new_ops = nf_hook_entries_get_hook_ops(new); in nf_hook_entries_grow()
142 new_ops[nhooks] = (void *)orig_ops[i]; in nf_hook_entries_grow()
146 new_ops[nhooks] = (void *)reg; in nf_hook_entries_grow()
155 new_ops[nhooks] = (void *)reg; in nf_hook_entries_grow()
227 struct nf_hook_ops **new_ops; in __nf_hook_entries_try_shrink() local
251 new_ops = nf_hook_entries_get_hook_ops(new); in __nf_hook_entries_try_shrink()
256 new_ops[j] = (void *)orig_ops[i]; in __nf_hook_entries_try_shrink()
/Linux-v4.19/net/atm/
Dmpc.h37 struct net_device_ops new_ops; member
Dmpc.c319 mpc->new_ops = *mpc->old_ops; in start_mpc()
320 mpc->new_ops.ndo_start_xmit = mpc_send_packet; in start_mpc()
321 dev->netdev_ops = &mpc->new_ops; in start_mpc()
331 if (dev->netdev_ops != &mpc->new_ops) { in stop_mpc()