Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dcore.c109 struct nf_hook_ops **new_ops; in nf_hook_entries_grow() local
144 new_ops = nf_hook_entries_get_hook_ops(new); in nf_hook_entries_grow()
155 new_ops[nhooks] = (void *)orig_ops[i]; in nf_hook_entries_grow()
159 new_ops[nhooks] = (void *)reg; in nf_hook_entries_grow()
168 new_ops[nhooks] = (void *)reg; in nf_hook_entries_grow()
240 struct nf_hook_ops **new_ops; in __nf_hook_entries_try_shrink() local
264 new_ops = nf_hook_entries_get_hook_ops(new); in __nf_hook_entries_try_shrink()
269 new_ops[j] = (void *)orig_ops[i]; in __nf_hook_entries_try_shrink()
/linux-6.15/net/atm/
H A Dmpc.h37 struct net_device_ops new_ops; member
H 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.15/fs/bcachefs/
H A Dbtree_trans_commit.c471 const struct bkey_ops *new_ops = bch2_bkey_type_ops(i->k->k.type); in run_one_mem_trigger() local
473 if (old_ops->trigger == new_ops->trigger) in run_one_mem_trigger()
500 const struct bkey_ops *new_ops = bch2_bkey_type_ops(i->k->k.type); in run_one_trans_trigger() local
505 old_ops->trigger == new_ops->trigger) { in run_one_trans_trigger()