Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/netfilter/
Dnf_conntrack_l4proto.h64 bool icmp_pkt_to_tuple(const struct sk_buff *skb,
/Linux-v5.10/net/netfilter/
Dnf_conntrack_proto_icmp.c27 bool icmp_pkt_to_tuple(const struct sk_buff *skb, unsigned int dataoff, in icmp_pkt_to_tuple() function
Dnf_conntrack_core.c294 return icmp_pkt_to_tuple(skb, dataoff, net, tuple); in nf_ct_get_tuple()