Home
last modified time | relevance | path

Searched defs:hook_list (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c278 struct list_head *hook_list) in nft_netdev_register_hooks()
304 struct list_head *hook_list, in nft_netdev_unregister_hooks()
1765 const struct list_head *hook_list) in nft_dump_basechain_hook()
1814 const struct list_head *hook_list) in nf_tables_fill_chain_info()
1875 const struct list_head *hook_list) in nf_tables_chain_notify()
2141 static struct nft_hook *nft_hook_list_find(struct list_head *hook_list, in nft_hook_list_find()
2156 struct list_head *hook_list, in nf_tables_parse_netdev_hooks()
2208 struct list_head *hook_list, in nft_chain_parse_netdev()
8424 struct list_head *hook_list, in __nft_unregister_flowtable_net_hooks()
8442 struct list_head *hook_list) in nft_unregister_flowtable_net_hooks()
[all …]
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1197 struct list_head hook_list; member
1665 struct list_head hook_list; member
1723 struct list_head hook_list; member
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c293 static bool hook_list_is_empty(GHookList *hook_list) in hook_list_is_empty()