Searched refs:pkt_to_tuple (Results 1 – 6 of 6) sorted by relevance
35 bool (*pkt_to_tuple)(const struct sk_buff *skb, unsigned int dataoff, member
164 .pkt_to_tuple = generic_pkt_to_tuple,
365 .pkt_to_tuple = icmpv6_pkt_to_tuple,
356 .pkt_to_tuple = gre_pkt_to_tuple,
364 .pkt_to_tuple = icmp_pkt_to_tuple,
277 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()