Home
last modified time | relevance | path

Searched refs:skb_transport_offset (Results 1 – 6 of 6) sorted by relevance

/include/net/
Dudplite.h97 const int off = skb_transport_offset(skb); in udplite_csum_outgoing()
112 const int off = skb_transport_offset(skb); in udplite_csum()
Daddrconf.h228 if (skb_transport_offset(skb) + ipv6_transport_len(skb) < len) in ipv6_mc_may_pull()
/include/linux/
Digmp.h104 if (skb_transport_offset(skb) + ip_transport_len(skb) < len) in ip_mc_may_pull()
Dvirtio_net.h96 p_off = skb_transport_offset(skb) + thlen; in virtio_net_hdr_to_skb()
Dskbuff.h2755 static inline int skb_transport_offset(const struct sk_buff *skb) in skb_transport_offset() function
/include/trace/events/
Dnet.h54 __entry->transport_offset = skb_transport_offset(skb);