Home
last modified time | relevance | path

Searched refs:NFT_PKTINFO_L4PROTO (Results 1 – 4 of 4) sorted by relevance

/linux/net/netfilter/
H A Dnf_tables_trace.c147 nh_end = pkt->flags & NFT_PKTINFO_L4PROTO ? nft_thoff(pkt) : skb->len; in nf_trace_fill_pkt_info()
153 if (pkt->flags & NFT_PKTINFO_L4PROTO) { in nf_trace_fill_pkt_info()
H A Dnft_payload.c78 if (!(pkt->flags & NFT_PKTINFO_L4PROTO) || pkt->fragoff) in __nft_payload_inner_offset()
189 if (!(pkt->flags & NFT_PKTINFO_L4PROTO) || pkt->fragoff) in nft_payload_eval()
859 if (!(pkt->flags & NFT_PKTINFO_L4PROTO) || pkt->fragoff) in nft_payload_set_eval()
H A Dnf_tables_core.c156 if (!(pkt->flags & NFT_PKTINFO_L4PROTO) || pkt->fragoff) in nft_payload_fast_eval()
/linux/include/net/netfilter/
H A Dnf_tables.h24 NFT_PKTINFO_L4PROTO = (1 << 0), enumerator