Searched refs:_nfct (Results 1 - 10 of 10) sorted by path

/linux-master/include/linux/
H A Dskbuff.h796 * @_nfct: Associated connection, if any (with nfctinfo bits)
906 unsigned long _nfct; member in struct:sk_buff
4623 return (void *)(skb->_nfct & NFCT_PTRMASK);
4632 return skb->_nfct;
4642 skb->_nfct = nfct;
4767 skb->_nfct = 0;
4790 dst->_nfct = src->_nfct;
/linux-master/net/bridge/
H A Dbr_netfilter_hooks.c575 * -> skb->_nfct now references a unconfirmed entry
582 * The clone skb->_nfct is not a copy, it is the same entry as the
589 * case later steps perform skb_clone() with skb->_nfct already confirmed (in
630 skb->_nfct = 0ul;
/linux-master/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c318 skb->_nfct = 0;
/linux-master/net/ipv4/netfilter/
H A Dnf_defrag_ipv4.c79 if (skb->_nfct == IP_CT_UNTRACKED)
/linux-master/net/ipv6/netfilter/
H A Dnf_defrag_ipv6_hooks.c63 if (skb->_nfct == IP_CT_UNTRACKED)
/linux-master/net/netfilter/
H A Dcore.c704 if (skb->_nfct) {
H A Dnf_conntrack_core.c1804 /* On success, returns 0, sets skb->_nfct | ctinfo */
1971 skb->_nfct = 0;
1990 if (skb->_nfct)
2016 skb->_nfct = 0;
H A Dnf_conntrack_proto.c223 skb->_nfct = 0;
H A Dxt_CT.c23 if (skb->_nfct != 0)
358 if (skb->_nfct != 0)
/linux-master/net/sched/
H A Dsch_cake.c593 bool rev = !skb->_nfct, upd = false;

Completed in 259 milliseconds