Home
last modified time | relevance | path

Searched refs:ip_transport_len (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dip.h34 static inline unsigned int ip_transport_len(const struct sk_buff *skb) in ip_transport_len() function
H A Digmp.h105 if (skb_transport_offset(skb) + ip_transport_len(skb) < len) in ip_mc_may_pull()
/openbmc/linux/net/ipv4/
H A Digmp.c1541 unsigned int transport_len = ip_transport_len(skb); in ip_mc_check_igmp_query()
1589 unsigned int transport_len = ip_transport_len(skb); in ip_mc_check_igmp_csum()
/openbmc/linux/net/bridge/
H A Dbr_multicast.c3425 unsigned int transport_len = ip_transport_len(skb); in br_ip4_multicast_query()