Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.h107 if (skb_transport_offset(skb) + ip_transport_len(skb) < len) in ip_mc_may_pull()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Digmp.c1531 unsigned int transport_len = ip_transport_len(skb); in ip_mc_check_igmp_query()
1579 unsigned int transport_len = ip_transport_len(skb); in ip_mc_check_igmp_csum()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_multicast.c2640 unsigned int transport_len = ip_transport_len(skb); in br_ip4_multicast_query()