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

/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 Dxt_CT.c23 if (skb->_nfct != 0)
358 if (skb->_nfct != 0)
H A Dcore.c704 if (skb->_nfct) {
H A Dnf_conntrack_proto.c223 skb->_nfct = 0;
H A Dnf_conntrack_core.c1806 /* On success, returns 0, sets skb->_nfct | ctinfo */
1973 skb->_nfct = 0;
1992 if (skb->_nfct)
2018 skb->_nfct = 0;
/linux-master/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c318 skb->_nfct = 0;
/linux-master/include/linux/
H A Dskbuff.h792 * @_nfct: Associated connection, if any (with nfctinfo bits)
902 unsigned long _nfct; member in struct:sk_buff
4692 return (void *)(skb->_nfct & NFCT_PTRMASK);
4701 return skb->_nfct;
4711 skb->_nfct = nfct;
4836 skb->_nfct = 0;
4859 dst->_nfct = src->_nfct;
/linux-master/net/bridge/
H A Dbr_netfilter_hooks.c574 * -> skb->_nfct now references a unconfirmed entry
581 * The clone skb->_nfct is not a copy, it is the same entry as the
588 * case later steps perform skb_clone() with skb->_nfct already confirmed (in
629 skb->_nfct = 0ul;
/linux-master/net/sched/
H A Dsch_cake.c593 bool rev = !skb->_nfct, upd = false;

Completed in 141 milliseconds