Searched refs:inner_tcp_hdrlen (Results 1 – 1 of 1) sorted by relevance
45 static inline unsigned int inner_tcp_hdrlen(const struct sk_buff *skb) in inner_tcp_hdrlen() function77 return skb_inner_transport_offset(skb) + inner_tcp_hdrlen(skb); in skb_inner_tcp_all_headers()