Home
last modified time | relevance | path

Searched refs:skb_inner_transport_header (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dudp.h32 return (struct udphdr *)skb_inner_transport_header(skb); in inner_udp_hdr()
Dtcp.h44 return (struct tcphdr *)skb_inner_transport_header(skb); in inner_tcp_hdr()
Dskbuff.h1809 static inline unsigned char *skb_inner_transport_header(const struct sk_buff in skb_inner_transport_header() function