Home
last modified time | relevance | path

Searched refs:gre_pkt_to_tuple (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/netfilter/
Dnf_conntrack_proto_gre.h32 bool gre_pkt_to_tuple(const struct sk_buff *skb, unsigned int dataoff,
/linux-6.1.9/net/netfilter/
Dnf_conntrack_proto_gre.c151 bool gre_pkt_to_tuple(const struct sk_buff *skb, unsigned int dataoff, in gre_pkt_to_tuple() function
Dnf_conntrack_core.c332 return gre_pkt_to_tuple(skb, dataoff, net, tuple); in nf_ct_get_tuple()