Home
last modified time | relevance | path

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

123

/linux-6.1.9/include/net/netfilter/
Dnf_conntrack_l4proto.h81 const struct nf_hook_state *state,
88 const struct nf_hook_state *state);
93 const struct nf_hook_state *state);
98 const struct nf_hook_state *state);
103 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);
[all …]
Dnf_synproxy.h61 struct nf_hook_state;
64 const struct nf_hook_state *nhs);
79 const struct nf_hook_state *nhs);
Dbr_netfilter.h62 const struct nf_hook_state *state);
71 const struct nf_hook_state *state) in br_nf_pre_routing_ipv6()
Dnf_queue.h21 struct nf_hook_state state;
127 int nf_queue(struct sk_buff *skb, struct nf_hook_state *state,
Dnf_conntrack_core.h26 const struct nf_hook_state *state);
Dnf_flow_table.h295 const struct nf_hook_state *state);
297 const struct nf_hook_state *state);
/linux-6.1.9/net/netfilter/
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()
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()
132 const struct nf_hook_state *state, in udplite_error_log()
140 const struct nf_hook_state *state) in udplite_error()
185 const struct nf_hook_state *state) in nf_conntrack_udplite_packet()
Dnf_queue.c60 struct nf_hook_state *state = &entry->state; in nf_queue_entry_release_refs()
101 struct nf_hook_state *state = &entry->state; in nf_queue_entry_get_refs()
158 static int __nf_queue(struct sk_buff *skb, const struct nf_hook_state *state, in __nf_queue()
237 int nf_queue(struct sk_buff *skb, struct nf_hook_state *state, in nf_queue()
255 struct nf_hook_state *state, in nf_iterate()
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()
158 static bool in_vrf_postrouting(const struct nf_hook_state *state) in in_vrf_postrouting()
170 const struct nf_hook_state *state) in ipv4_confirm()
189 const struct nf_hook_state *state) in ipv4_conntrack_in()
196 const struct nf_hook_state *state) in ipv4_conntrack_local()
378 const struct nf_hook_state *state) in ipv6_confirm()
405 const struct nf_hook_state *state) in ipv6_conntrack_in()
412 const struct nf_hook_state *state) in ipv6_conntrack_local()
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()
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()
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()
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()
/linux-6.1.9/include/linux/
Dnetfilter.h67 struct nf_hook_state { struct
79 const struct nf_hook_state *state); argument
140 struct nf_hook_state *state) in nf_hook_entry_hookfn()
145 static inline void nf_hook_state_init(struct nf_hook_state *p, in nf_hook_state_init()
199 int nf_hook_slow(struct sk_buff *skb, struct nf_hook_state *state,
202 void nf_hook_slow_list(struct list_head *head, struct nf_hook_state *state,
252 struct nf_hook_state state; in nf_hook()
334 struct nf_hook_state state; in NF_HOOK_LIST()
Dnetfilter_netdev.h22 struct nf_hook_state state; in nf_hook_ingress()
89 struct nf_hook_state state; in nf_hook_egress()
/linux-6.1.9/net/bridge/netfilter/
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()
308 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()
Debtable_broute.c47 const struct nf_hook_state *s) in ebt_broute()
50 struct nf_hook_state state; in ebt_broute()
/linux-6.1.9/net/ipv4/netfilter/
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()
/linux-6.1.9/net/ipv6/netfilter/
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()
/linux-6.1.9/include/linux/netfilter_ipv6/
Dip6_tables.h33 const struct nf_hook_state *state);
/linux-6.1.9/security/smack/
Dsmack_netfilter.c23 const struct nf_hook_state *state) in smack_ip_output()
/linux-6.1.9/include/linux/netfilter_ipv4/
Dip_tables.h68 const struct nf_hook_state *state);
/linux-6.1.9/include/linux/netfilter_arp/
Darp_tables.h58 const struct nf_hook_state *state);
/linux-6.1.9/net/bridge/
Dbr_netfilter_hooks.c479 const struct nf_hook_state *state) in br_nf_pre_routing()
579 const struct nf_hook_state *state) in br_nf_forward_ip()
645 const struct nf_hook_state *state) in br_nf_forward_arp()
818 const struct nf_hook_state *state) in br_nf_post_routing()
867 const struct nf_hook_state *state) in ip_sabotage_in()
1007 struct nf_hook_state state; in br_nf_hook_thresh()

123