Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetfilter.h441 void nf_ct_attach(struct sk_buff *, const struct sk_buff *);
447 static inline void nf_ct_attach(struct sk_buff *new, struct sk_buff *skb) {} in nf_ct_attach() function
/openbmc/linux/net/netfilter/
H A Dcore.c700 void nf_ct_attach(struct sk_buff *new, const struct sk_buff *skb) in nf_ct_attach() function
712 EXPORT_SYMBOL(nf_ct_attach);
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c281 nf_ct_attach(nskb, oldskb); in nf_send_reset()
/openbmc/linux/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c346 nf_ct_attach(nskb, oldskb); in nf_send_reset6()
/openbmc/linux/net/ipv6/
H A Dicmp.c326 nf_ct_attach(skb, org_skb); in icmpv6_getfrag()
/openbmc/linux/net/ipv4/
H A Dicmp.c360 nf_ct_attach(skb, icmp_param->skb); in icmp_glue_bits()