Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_l4proto.h35 bool (*pkt_to_tuple)(const struct sk_buff *skb, unsigned int dataoff, member
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_generic.c164 .pkt_to_tuple = generic_pkt_to_tuple,
Dnf_conntrack_proto_icmpv6.c365 .pkt_to_tuple = icmpv6_pkt_to_tuple,
Dnf_conntrack_proto_gre.c356 .pkt_to_tuple = gre_pkt_to_tuple,
Dnf_conntrack_proto_icmp.c364 .pkt_to_tuple = icmp_pkt_to_tuple,
Dnf_conntrack_core.c277 if (unlikely(l4proto->pkt_to_tuple)) in nf_ct_get_tuple()
278 return l4proto->pkt_to_tuple(skb, dataoff, net, tuple); in nf_ct_get_tuple()