Home
last modified time | relevance | path

Searched refs:dummy_ops (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dcore.c95 static const struct nf_hook_ops dummy_ops = { in accept_all()
117 if (orig_ops[i] != &dummy_ops) in nf_hook_entries_grow()
146 if (orig_ops[i] == &dummy_ops) { in nf_hook_entries_grow()
183 if (orig_ops[i] == &dummy_ops) in hooks_validate()
244 if (orig_ops[i] == &dummy_ops) in __nf_hook_entries_try_shrink()
263 if (orig_ops[i] == &dummy_ops) in __nf_hook_entries_try_shrink()
478 WRITE_ONCE(orig_ops[i], (void *)&dummy_ops); in nf_remove_net_hook()
98 static const struct nf_hook_ops dummy_ops = { global() variable
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c955 static const struct usb_gadget_ops dummy_ops = { variable
1088 dum->gadget.ops = &dummy_ops; in dummy_udc_probe()