| /net/netfilter/ |
| A D | utils.c | 10 __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum() 43 static __sum16 nf_ip_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum_partial() 64 __sum16 nf_ip6_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip6_checksum() 97 static __sum16 nf_ip6_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_ip6_checksum_partial() 123 __sum16 nf_checksum(struct sk_buff *skb, unsigned int hook, in nf_checksum() 142 __sum16 nf_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_checksum_partial()
|
| A D | nft_reject_netdev.c | 30 int hook) in nft_reject_netdev_send_v4_tcp_reset() 44 int hook, u8 code) in nft_reject_netdev_send_v4_unreach() 58 int hook) in nft_reject_netdev_send_v6_tcp_reset() 73 int hook, u8 code) in nft_reject_netdev_send_v6_unreach()
|
| A D | nf_bpf_link.c | 38 const struct nf_defrag_hook *hook; in get_proto_defrag_hook() local 77 const struct nf_defrag_hook __maybe_unused *hook; in bpf_nf_enable_defrag() local 105 const struct nf_defrag_hook *hook = link->defrag_hook; in bpf_nf_disable_defrag() local 155 const struct nf_defrag_hook *hook = nf_link->defrag_hook; in bpf_nf_link_fill_link_info() local
|
| A D | nf_conntrack_pptp.c | 92 const struct nf_nat_pptp_hook *hook; in pptp_expectfn() local 190 const struct nf_nat_pptp_hook *hook; in exp_gre() local 260 const struct nf_nat_pptp_hook *hook; in pptp_inbound_pkt() local 387 const struct nf_nat_pptp_hook *hook; in pptp_outbound_pkt() local
|
| A D | nf_tables_offload.c | 225 struct nft_hook *hook; in nft_chain_offload_support() local 463 struct nft_hook *hook; in nft_flow_block_chain() local 632 struct nft_hook *hook, *found; in __nft_offload_get_chain() local
|
| A D | nf_dup_netdev.c | 33 enum nf_dev_hooks hook) in nf_do_netdev_egress()
|
| A D | nfnetlink_hook.c | 58 u8 hook; member 279 nfnl_hook_entries_head(u8 pf, unsigned int hook, struct net *net, const char *dev) in nfnl_hook_entries_head()
|
| A D | nf_tables_api.c | 304 struct nft_hook *hook; in nft_netdev_register_hooks() local 363 struct nft_hook *hook, *next; in nft_netdev_unregister_hooks() local 2279 struct nft_hook *hook, *next; in nf_tables_chain_destroy() local 2317 struct nft_hook *hook; in nft_netdev_hook_alloc() local 2358 struct nft_hook *hook; in nft_hook_list_find() local 2374 struct nft_hook *hook, *next; in nf_tables_parse_netdev_hooks() local 2426 struct nft_hook *hook; in nft_chain_parse_netdev() local 3119 struct nft_hook *this, *hook; in nft_delchain_hook() local 8858 struct nft_hook *hook; in nft_flowtable_parse_hook() local 9419 struct nft_hook *hook; in nf_tables_fill_flowtable_info() local [all …]
|
| A D | nft_chain_filter.c | 326 struct nft_hook *hook; in nft_netdev_event() local
|
| A D | nft_flow_offload.c | 174 struct nft_hook *hook; in nft_flowtable_find_dev() local
|
| A D | nfnetlink_queue.c | 235 const struct nf_hook_entry *hook; in nf_iterate() local
|
| /net/ipv6/netfilter/ |
| A D | nf_reject_ipv6.c | 15 static bool nf_reject_v6_csum_ok(struct sk_buff *skb, int hook) in nf_reject_v6_csum_ok() 62 int hook) in nf_reject_skb_v6_tcp_reset() 97 int hook, u8 code) in nf_reject_skb_v6_unreach() 151 unsigned int *otcplen, int hook) in nf_reject_ip6_tcphdr_get() 269 int hook) in nf_send_reset6() 369 static bool reject6_csum_ok(struct sk_buff *skb, int hook) in reject6_csum_ok()
|
| A D | ip6_tables.c | 212 unsigned int hook, in trace_packet() 252 unsigned int hook = state->hook; in ip6t_do_table() local 389 unsigned int hook; in mark_source_chains() local
|
| /net/ipv4/netfilter/ |
| A D | nf_reject_ipv4.c | 42 int hook) in nf_reject_skb_v4_tcp_reset() 77 int hook, u8 code) in nf_reject_skb_v4_unreach() 140 struct tcphdr *_oth, int hook) in nf_reject_ip_tcphdr_get() 240 int hook) in nf_send_reset() 315 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook) in nf_send_unreach()
|
| A D | ipt_REJECT.c | 34 int hook = xt_hooknum(par); in reject_tg() local
|
| A D | ip_tables.c | 187 unsigned int hook, in trace_packet() 228 unsigned int hook = state->hook; in ipt_do_table() local 371 unsigned int hook; in mark_source_chains() local
|
| A D | arp_tables.c | 187 unsigned int hook = state->hook; in arpt_do_table() local 306 unsigned int hook; in mark_source_chains() local
|
| /net/bridge/netfilter/ |
| A D | nft_reject_bridge.c | 48 int hook) in nft_reject_br_send_v4_tcp_reset() 64 int hook, u8 code) in nft_reject_br_send_v4_unreach() 80 int hook) in nft_reject_br_send_v6_tcp_reset() 97 int hook, u8 code) in nft_reject_br_send_v6_unreach()
|
| A D | ebtables.c | 196 unsigned int hook = state->hook; in ebt_do_table() local 688 unsigned int i, j, hook = 0, hookmask = 0; in ebt_check_entry() local
|
| /net/sched/ |
| A D | em_ipt.c | 23 u32 hook; member
|
| /net/bridge/ |
| A D | br_netfilter_hooks.c | 1128 int br_nf_hook_thresh(unsigned int hook, struct net *net, in br_nf_hook_thresh()
|