Searched refs:tcp_offset (Results 1 – 1 of 1) sorted by relevance
365 const unsigned int tcp_offset = ip_hdrlen(skb); in app_tcp_pkt_out() local369 if (skb_ensure_writable(skb, tcp_offset + sizeof(*th))) in app_tcp_pkt_out()372 th = (struct tcphdr *)(skb_network_header(skb) + tcp_offset); in app_tcp_pkt_out()442 const unsigned int tcp_offset = ip_hdrlen(skb); in app_tcp_pkt_in() local446 if (skb_ensure_writable(skb, tcp_offset + sizeof(*th))) in app_tcp_pkt_in()449 th = (struct tcphdr *)(skb_network_header(skb) + tcp_offset); in app_tcp_pkt_in()