Home
last modified time | relevance | path

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

123

/linux/include/net/netfilter/
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 …]
A Dnf_synproxy.h61 struct nf_hook_state;
64 const struct nf_hook_state *nhs);
79 const struct nf_hook_state *nhs);
A Dbr_netfilter.h62 const struct nf_hook_state *state);
71 const struct nf_hook_state *state) in br_nf_pre_routing_ipv6()
A Dnf_queue.h21 struct nf_hook_state state;
127 int nf_queue(struct sk_buff *skb, struct nf_hook_state *state,
A Dnf_flow_table.h288 const struct nf_hook_state *state);
290 const struct nf_hook_state *state);
/linux/net/netfilter/
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()
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()
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()
A Dnf_queue.c51 struct nf_hook_state *state = &entry->state; in nf_queue_entry_release_refs()
92 struct nf_hook_state *state = &entry->state; in nf_queue_entry_get_refs()
147 static int __nf_queue(struct sk_buff *skb, const struct nf_hook_state *state, in __nf_queue()
211 int nf_queue(struct sk_buff *skb, struct nf_hook_state *state, in nf_queue()
229 struct nf_hook_state *state, in nf_iterate()
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()
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()
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()
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()
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_error()
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()
A Dnf_flow_table_inet.c12 const struct nf_hook_state *state) in nf_flow_offload_inet_hook()
/linux/include/linux/
A 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,
257 struct nf_hook_state state; in nf_hook()
339 struct nf_hook_state state; in NF_HOOK_LIST()
A Dnetfilter_netdev.h22 struct nf_hook_state state; in nf_hook_ingress()
89 struct nf_hook_state state; in nf_hook_egress()
/linux/net/bridge/netfilter/
A Dnf_conntrack_bridge.c145 const struct nf_hook_state *state) in nf_ct_br_defrag4()
175 const struct nf_hook_state *state) in nf_ct_br_defrag6()
240 const struct nf_hook_state *state) in nf_ct_bridge_pre()
242 struct nf_hook_state bridge_state = *state; in nf_ct_bridge_pre()
307 nf_ct_bridge_refrag(struct sk_buff *skb, const struct nf_hook_state *state, in nf_ct_bridge_refrag()
399 const struct nf_hook_state *state) in nf_ct_bridge_post()
A Debtable_broute.c55 const struct nf_hook_state *s) in ebt_broute()
58 struct nf_hook_state state; in ebt_broute()
/linux/net/ipv4/netfilter/
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()
/linux/net/ipv6/netfilter/
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()
/linux/include/linux/netfilter_ipv6/
A Dip6_tables.h33 const struct nf_hook_state *state);
/linux/net/bridge/
A Dbr_netfilter_hooks.c477 const struct nf_hook_state *state) in br_nf_pre_routing()
577 const struct nf_hook_state *state) in br_nf_forward_ip()
643 const struct nf_hook_state *state) in br_nf_forward_arp()
817 const struct nf_hook_state *state) in br_nf_post_routing()
866 const struct nf_hook_state *state) in ip_sabotage_in()
1006 struct nf_hook_state state; in br_nf_hook_thresh()
/linux/security/smack/
A Dsmack_netfilter.c23 const struct nf_hook_state *state) in smack_ip_output()
/linux/include/linux/netfilter_arp/
A Darp_tables.h58 const struct nf_hook_state *state);
/linux/include/linux/netfilter_ipv4/
A Dip_tables.h68 const struct nf_hook_state *state);

Completed in 30 milliseconds

123