Searched refs:nf_hook_state_init (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | netfilter_netdev.h | 31 nf_hook_state_init(&state, NF_NETDEV_INGRESS, in nf_hook_ingress() 101 nf_hook_state_init(&state, NF_NETDEV_EGRESS, in nf_hook_egress()
|
H A D | netfilter.h | 147 static inline void nf_hook_state_init(struct nf_hook_state *p, in nf_hook_state_init() function 256 nf_hook_state_init(&state, hook, pf, indev, outdev, in nf_hook() 338 nf_hook_state_init(&state, hook, pf, in, out, sk, net, okfn); in NF_HOOK_LIST()
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebtable_broute.c | 57 nf_hook_state_init(&state, NF_BR_BROUTING, in ebt_broute()
|
/openbmc/linux/net/sched/ |
H A D | em_ipt.c | 237 nf_hook_state_init(&state, im->hook, nfproto, in em_ipt_match()
|
/openbmc/linux/net/bridge/ |
H A D | br_input.c | 272 nf_hook_state_init(&state, NF_BR_PRE_ROUTING, in nf_hook_bridge_pre()
|
H A D | br_netfilter_hooks.c | 1180 nf_hook_state_init(&state, hook, NFPROTO_BRIDGE, indev, outdev, in br_nf_hook_thresh()
|