Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_conntrack.h278 static inline bool nf_is_loopback_packet(const struct sk_buff *skb) in nf_is_loopback_packet() function
/linux/net/netfilter/
H A Dnf_synproxy_core.c660 if (nf_is_loopback_packet(skb) || in ipv4_synproxy_hook()
1079 if (nf_is_loopback_packet(skb)) in ipv6_synproxy_hook()
H A Dnf_conntrack_proto.c153 seqadj_needed = test_bit(IPS_SEQ_ADJUST_BIT, &ct->status) && !nf_is_loopback_packet(skb); in nf_confirm()
H A Dnf_conntrack_core.c2243 !nf_is_loopback_packet(skb)) { in nf_confirm_cthelper()