Home
last modified time | relevance | path

Searched refs:nf_ct_attach (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/netfilter/
Dcore.c365 void nf_ct_attach(struct sk_buff *new, const struct sk_buff *skb) in nf_ct_attach() function
377 EXPORT_SYMBOL(nf_ct_attach);
/linux-4.4.14/include/linux/
Dnetfilter.h384 void nf_ct_attach(struct sk_buff *, const struct sk_buff *);
387 static inline void nf_ct_attach(struct sk_buff *new, struct sk_buff *skb) {} in nf_ct_attach() function
/linux-4.4.14/net/ipv4/netfilter/
Dnf_reject_ipv4.c139 nf_ct_attach(nskb, oldskb); in nf_send_reset()
/linux-4.4.14/net/ipv6/netfilter/
Dnf_reject_ipv6.c188 nf_ct_attach(nskb, oldskb); in nf_send_reset6()
/linux-4.4.14/net/ipv6/
Dicmp.c296 nf_ct_attach(skb, org_skb); in icmpv6_getfrag()
/linux-4.4.14/net/ipv4/
Dicmp.c350 nf_ct_attach(skb, icmp_param->skb); in icmp_glue_bits()