Home
last modified time | relevance | path

Searched refs:nf_hook_state (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_l4proto.h81 const struct nf_hook_state *state,
88 const struct nf_hook_state *state);
98 const struct nf_hook_state *state);
109 const struct nf_hook_state *state);
114 const struct nf_hook_state *state);
119 const struct nf_hook_state *state);
124 const struct nf_hook_state *state);
129 const struct nf_hook_state *state);
134 const struct nf_hook_state *state);
169 const struct nf_hook_state *state,
[all …]
H A Dnf_synproxy.h61 struct nf_hook_state;
64 const struct nf_hook_state *nhs);
79 const struct nf_hook_state *nhs);
H A Dbr_netfilter.h62 const struct nf_hook_state *state);
71 const struct nf_hook_state *state) in br_nf_pre_routing_ipv6()
H A Dnf_conntrack_core.h26 const struct nf_hook_state *state);
74 unsigned int nf_confirm(void *priv, struct sk_buff *skb, const struct nf_hook_state *state);
H A Dnf_bpf_link.h4 const struct nf_hook_state *state;
H A Dnf_queue.h21 struct nf_hook_state state;
127 int nf_queue(struct sk_buff *skb, struct nf_hook_state *state,
/openbmc/linux/net/netfilter/
H A Dnft_chain_filter.c16 const struct nf_hook_state *state) in nft_do_chain_ipv4()
60 const struct nf_hook_state *state) in nft_do_chain_arp()
100 const struct nf_hook_state *state) in nft_do_chain_ipv6()
144 const struct nf_hook_state *state) in nft_do_chain_inet()
165 const struct nf_hook_state *state) in nft_do_chain_inet_ingress()
167 struct nf_hook_state ingress_state = *state; in nft_do_chain_inet_ingress()
233 const struct nf_hook_state *state) in nft_do_chain_bridge()
288 const struct nf_hook_state *state) in nft_do_chain_netdev()
H A Dnf_conntrack_proto_udp.c38 const struct nf_hook_state *state, in udp_error_log()
46 const struct nf_hook_state *state) in udp_error()
88 const struct nf_hook_state *state) in nf_conntrack_udp_packet()
134 const struct nf_hook_state *state, in udplite_error_log()
142 const struct nf_hook_state *state) in udplite_error()
187 const struct nf_hook_state *state) in nf_conntrack_udplite_packet()
H A Dnf_queue.c60 struct nf_hook_state *state = &entry->state; in nf_queue_entry_release_refs()
99 struct nf_hook_state *state = &entry->state; in nf_queue_entry_get_refs()
156 static int __nf_queue(struct sk_buff *skb, const struct nf_hook_state *state, in __nf_queue()
235 int nf_queue(struct sk_buff *skb, struct nf_hook_state *state, in nf_queue()
253 struct nf_hook_state *state, in nf_iterate()
H A Dnf_conntrack_proto.c50 const struct nf_hook_state *state, in nf_l4proto_log_invalid()
75 const struct nf_hook_state *state, in nf_ct_l4proto_log_invalid()
124 static bool in_vrf_postrouting(const struct nf_hook_state *state) in in_vrf_postrouting()
136 const struct nf_hook_state *state) in nf_confirm()
205 const struct nf_hook_state *state) in ipv4_conntrack_in()
212 const struct nf_hook_state *state) in ipv4_conntrack_local()
380 const struct nf_hook_state *state) in ipv6_conntrack_in()
387 const struct nf_hook_state *state) in ipv6_conntrack_local()
H A Dnft_chain_route.c18 const struct nf_hook_state *state) in nf_route_table_hook4()
67 const struct nf_hook_state *state) in nf_route_table_hook6()
117 const struct nf_hook_state *state) in nf_route_table_inet()
H A Dnf_conntrack_proto_icmp.c73 const struct nf_hook_state *state) in nf_conntrack_icmp_packet()
108 const struct nf_hook_state *state, in nf_conntrack_inet_error()
197 const struct nf_hook_state *state, in icmp_error_log()
206 const struct nf_hook_state *state) in nf_conntrack_icmpv4_error()
H A Dnf_conntrack_proto_icmpv6.c90 const struct nf_hook_state *state) in nf_conntrack_icmpv6_packet()
126 const struct nf_hook_state *state, in icmpv6_error_log()
135 const struct nf_hook_state *state) in nf_conntrack_icmpv6_redirect()
185 const struct nf_hook_state *state) in nf_conntrack_icmpv6_error()
H A Dnf_nat_proto.c626 const struct nf_hook_state *state) in nf_nat_ipv4_fn()
650 const struct nf_hook_state *state) in nf_nat_ipv4_pre_routing()
702 const struct nf_hook_state *state) in nf_nat_ipv4_local_in()
719 const struct nf_hook_state *state) in nf_nat_ipv4_out()
756 const struct nf_hook_state *state) in nf_nat_ipv4_local_fn()
905 const struct nf_hook_state *state) in nf_nat_ipv6_fn()
942 const struct nf_hook_state *state) in nf_nat_ipv6_in()
957 const struct nf_hook_state *state) in nf_nat_ipv6_out()
994 const struct nf_hook_state *state) in nf_nat_ipv6_local_fn()
/openbmc/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c146 const struct nf_hook_state *state) in nf_ct_br_defrag4()
176 const struct nf_hook_state *state) in nf_ct_br_defrag6()
241 const struct nf_hook_state *state) in nf_ct_bridge_pre()
243 struct nf_hook_state bridge_state = *state; in nf_ct_bridge_pre()
295 const struct nf_hook_state *state) in nf_ct_bridge_in()
338 nf_ct_bridge_refrag(struct sk_buff *skb, const struct nf_hook_state *state, in nf_ct_bridge_refrag()
400 const struct nf_hook_state *state) in nf_ct_bridge_post()
H A Debtable_broute.c47 const struct nf_hook_state *s) in ebt_broute()
50 struct nf_hook_state state; in ebt_broute()
/openbmc/linux/include/linux/
H A Dnetfilter.h68 struct nf_hook_state { struct
80 const struct nf_hook_state *state); argument
142 struct nf_hook_state *state) in nf_hook_entry_hookfn()
147 static inline void nf_hook_state_init(struct nf_hook_state *p, in nf_hook_state_init()
201 int nf_hook_slow(struct sk_buff *skb, struct nf_hook_state *state,
204 void nf_hook_slow_list(struct list_head *head, struct nf_hook_state *state,
254 struct nf_hook_state state; in nf_hook()
336 struct nf_hook_state state; in NF_HOOK_LIST()
H A Dnetfilter_netdev.h22 struct nf_hook_state state; in nf_hook_ingress()
89 struct nf_hook_state state; in nf_hook_egress()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_netfilter_ctx.c76 struct nf_hook_state *state = (void *)ctx->state; in with_invalid_ctx_access_test5()
93 const struct nf_hook_state *state = ctx->state; in with_valid_ctx_access_test6()
/openbmc/linux/net/ipv4/netfilter/
H A Diptable_mangle.c37 ipt_mangle_out(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) in ipt_mangle_out()
75 const struct nf_hook_state *state) in iptable_mangle_hook()
/openbmc/linux/net/ipv6/netfilter/
H A Dip6table_mangle.c32 ip6t_mangle_out(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) in ip6t_mangle_out()
68 const struct nf_hook_state *state) in ip6table_mangle_hook()
/openbmc/linux/include/linux/netfilter_ipv6/
H A Dip6_tables.h33 const struct nf_hook_state *state);
/openbmc/linux/security/smack/
H A Dsmack_netfilter.c23 const struct nf_hook_state *state) in smack_ip_output()
/openbmc/linux/include/linux/netfilter_arp/
H A Darp_tables.h58 const struct nf_hook_state *state);
/openbmc/linux/include/linux/netfilter_ipv4/
H A Dip_tables.h68 const struct nf_hook_state *state);

123