Searched refs:__skb_flow_get_ports (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/net/core/ |
D | flow_dissector.c | 183 __be32 __skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto, in __skb_flow_get_ports() function 204 EXPORT_SYMBOL(__skb_flow_get_ports); 1307 key_ports->ports = __skb_flow_get_ports(skb, nhoff, ip_proto, in __skb_flow_dissect()
|
/Linux-v5.4/include/linux/ |
D | skbuff.h | 1239 __be32 __skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto, 1245 return __skb_flow_get_ports(skb, thoff, ip_proto, NULL, 0); in skb_flow_get_ports()
|