Searched refs:get_match_tuple (Results 1 – 2 of 2) sorted by relevance
104 if (!get_match_tuple(skb, &tuple, INGRESS)) { in netfirewall_policy_ingress()152 if (!get_match_tuple(skb, &tuple, EGRESS)) { in netfirewall_policy_egress()
86 static __always_inline bool get_match_tuple(struct __sk_buff *skb, struct match_tuple *tuple, enum … in get_match_tuple() function