/linux-3.3/include/linux/ |
D | skbuff.h | 381 struct sk_buff { struct 383 struct sk_buff *next; argument 384 struct sk_buff *prev; argument 386 ktime_t tstamp; 388 struct sock *sk; 389 struct net_device *dev; 397 char cb[48] __aligned(8); 399 unsigned long _skb_refdst; 401 struct sec_path *sp; 403 unsigned int len, [all …]
|
D | netfilter.h | 198 int (*okfn)(struct sk_buff *), int thresh) in nf_hook_thresh() 207 int (*okfn)(struct sk_buff *)) in nf_hook() 232 int (*okfn)(struct sk_buff *), int thresh) in NF_HOOK_THRESH() 243 int (*okfn)(struct sk_buff *), bool cond) in NF_HOOK_COND() 256 int (*okfn)(struct sk_buff *)) in NF_HOOK() 371 int (*okfn)(struct sk_buff *), int thresh) in nf_hook_thresh() 377 int (*okfn)(struct sk_buff *)) in nf_hook()
|
/linux-3.3/net/ipv4/netfilter/ |
D | nf_nat_standalone.c | 81 int (*okfn)(struct sk_buff *)) in nf_nat_fn() 158 int (*okfn)(struct sk_buff *)) in nf_nat_in() 176 int (*okfn)(struct sk_buff *)) in nf_nat_out() 211 int (*okfn)(struct sk_buff *)) in nf_nat_local_fn()
|
D | nf_conntrack_l3proto_ipv4.c | 94 int (*okfn)(struct sk_buff *)) in ipv4_confirm() 144 int (*okfn)(struct sk_buff *)) in ipv4_conntrack_in() 153 int (*okfn)(struct sk_buff *)) in ipv4_conntrack_local()
|
D | iptable_raw.c | 25 int (*okfn)(struct sk_buff *)) in iptable_raw_hook()
|
D | iptable_security.c | 43 int (*okfn)(struct sk_buff *)) in iptable_security_hook()
|
D | arptable_filter.c | 32 int (*okfn)(struct sk_buff *)) in arptable_filter_hook()
|
D | iptable_filter.c | 38 int (*okfn)(struct sk_buff *)) in iptable_filter_hook()
|
D | nf_defrag_ipv4.c | 67 int (*okfn)(struct sk_buff *)) in ipv4_conntrack_defrag()
|
D | iptable_mangle.c | 83 int (*okfn)(struct sk_buff *)) in iptable_mangle_hook()
|
/linux-3.3/net/ipv6/netfilter/ |
D | nf_conntrack_l3proto_ipv6.c | 150 int (*okfn)(struct sk_buff *)) in ipv6_confirm() 195 int (*okfn)(struct sk_buff *)) in __ipv6_conntrack_in() 222 int (*okfn)(struct sk_buff *)) in ipv6_conntrack_in() 231 int (*okfn)(struct sk_buff *)) in ipv6_conntrack_local()
|
D | nf_defrag_ipv6_hooks.c | 59 int (*okfn)(struct sk_buff *)) in ipv6_defrag()
|
D | ip6table_security.c | 42 int (*okfn)(struct sk_buff *)) in ip6table_security_hook()
|
D | ip6table_raw.c | 24 int (*okfn)(struct sk_buff *)) in ip6table_raw_hook()
|
D | ip6table_filter.c | 37 int (*okfn)(struct sk_buff *)) in ip6table_filter_hook()
|
D | ip6table_mangle.c | 78 int (*okfn)(struct sk_buff *)) in ip6table_mangle_hook()
|
/linux-3.3/net/bridge/ |
D | br_netfilter.c | 588 int (*okfn)(struct sk_buff *)) in br_nf_pre_routing_ipv6() 637 int (*okfn)(struct sk_buff *)) in br_nf_pre_routing() 695 int (*okfn)(struct sk_buff *)) in br_nf_local_in() 737 int (*okfn)(struct sk_buff *)) in br_nf_forward_ip() 790 int (*okfn)(struct sk_buff *)) in br_nf_forward_arp() 850 int (*okfn)(struct sk_buff *)) in br_nf_post_routing() 895 int (*okfn)(struct sk_buff *)) in ip_sabotage_in()
|
/linux-3.3/net/bridge/netfilter/ |
D | ebtable_nat.c | 64 , const struct net_device *out, int (*okfn)(struct sk_buff *)) in ebt_nat_in() 71 , const struct net_device *out, int (*okfn)(struct sk_buff *)) in ebt_nat_out()
|
D | ebtable_filter.c | 64 const struct net_device *out, int (*okfn)(struct sk_buff *)) in ebt_in_hook() 71 const struct net_device *out, int (*okfn)(struct sk_buff *)) in ebt_out_hook()
|
/linux-3.3/net/netfilter/ipvs/ |
D | ip_vs_core.c | 1231 int (*okfn)(struct sk_buff *)) in ip_vs_reply4() 1243 int (*okfn)(struct sk_buff *)) in ip_vs_local_reply4() 1264 int (*okfn)(struct sk_buff *)) in ip_vs_reply6() 1276 int (*okfn)(struct sk_buff *)) in ip_vs_local_reply6() 1657 int (*okfn)(struct sk_buff *)) in ip_vs_remote_request4() 1669 int (*okfn)(struct sk_buff *)) in ip_vs_local_request4() 1690 int (*okfn)(struct sk_buff *)) in ip_vs_remote_request6() 1702 int (*okfn)(struct sk_buff *)) in ip_vs_local_request6() 1728 int (*okfn)(struct sk_buff *)) in ip_vs_forward_icmp() 1748 int (*okfn)(struct sk_buff *)) in ip_vs_forward_icmp_v6()
|
/linux-3.3/net/netfilter/ |
D | core.c | 130 int (*okfn)(struct sk_buff *), in nf_iterate() 172 int (*okfn)(struct sk_buff *), in nf_hook_slow()
|
D | nf_queue.c | 125 int (*okfn)(struct sk_buff *), in __nf_queue() 232 int (*okfn)(struct sk_buff *), in nf_queue()
|
/linux-3.3/drivers/net/wireless/brcm80211/brcmutil/ |
D | utils.c | 132 bool (*fn)(struct sk_buff *, void *), void *arg) in brcmu_pktq_pflush() 149 bool (*fn)(struct sk_buff *, void *), void *arg) in brcmu_pktq_flush()
|
/linux-3.3/net/802/ |
D | psnap.c | 127 int (*rcvfunc)(struct sk_buff *, in register_snap_client()
|
/linux-3.3/net/decnet/netfilter/ |
D | dn_rtmsg.c | 95 int (*okfn)(struct sk_buff *)) in dnrmg_hook()
|