Home
last modified time | relevance | path

Searched refs:__skb_flow_get_ports (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dflow_dissector.c105 * __skb_flow_get_ports - extract the upper layer ports and return them
115 __be32 __skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto, in __skb_flow_get_ports() function
136 EXPORT_SYMBOL(__skb_flow_get_ports); variable
734 key_ports->ports = __skb_flow_get_ports(skb, nhoff, ip_proto, in __skb_flow_dissect_ports()
/kernel/linux/linux-6.6/net/core/
H A Dflow_dissector.c109 * __skb_flow_get_ports - extract the upper layer ports and return them
119 __be32 __skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto, in __skb_flow_get_ports() function
140 EXPORT_SYMBOL(__skb_flow_get_ports); variable
847 key_ports->ports = __skb_flow_get_ports(skb, nhoff, ip_proto, in __skb_flow_dissect_ports()
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h1292 __be32 __skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto,
1298 return __skb_flow_get_ports(skb, thoff, ip_proto, NULL, 0); in skb_flow_get_ports()
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h1478 __be32 __skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto,
1484 return __skb_flow_get_ports(skb, thoff, ip_proto, NULL, 0); in skb_flow_get_ports()
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_main.c4082 fk->ports.ports = __skb_flow_get_ports(skb, *nhoff, *ip_proto, data, hlen); in bond_flow_ip()

Completed in 25 milliseconds