Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dcore.c109 struct nf_hook_ops **new_ops; in nf_hook_entries_grow() local
132 new_ops = nf_hook_entries_get_hook_ops(new); in nf_hook_entries_grow()
143 new_ops[nhooks] = (void *)orig_ops[i]; in nf_hook_entries_grow()
147 new_ops[nhooks] = (void *)reg; in nf_hook_entries_grow()
156 new_ops[nhooks] = (void *)reg; in nf_hook_entries_grow()
228 struct nf_hook_ops **new_ops; in __nf_hook_entries_try_shrink() local
252 new_ops = nf_hook_entries_get_hook_ops(new); in __nf_hook_entries_try_shrink()
257 new_ops[j] = (void *)orig_ops[i]; in __nf_hook_entries_try_shrink()
/linux-6.3-rc2/net/atm/
A Dmpc.h37 struct net_device_ops new_ops; member
A Dmpc.c320 mpc->new_ops = *mpc->old_ops; in start_mpc()
321 mpc->new_ops.ndo_start_xmit = mpc_send_packet; in start_mpc()
322 dev->netdev_ops = &mpc->new_ops; in start_mpc()
332 if (dev->netdev_ops != &mpc->new_ops) { in stop_mpc()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_btree_staging.h51 struct xfs_btree_ops **new_ops);
A Dxfs_btree_staging.c215 struct xfs_btree_ops **new_ops) in xfs_btree_stage_ifakeroot() argument
235 if (new_ops) in xfs_btree_stage_ifakeroot()
236 *new_ops = nops; in xfs_btree_stage_ifakeroot()

Completed in 10 milliseconds