Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/ipvs/
Dip_vs_app.c365 const unsigned int tcp_offset = ip_hdrlen(skb); in app_tcp_pkt_out() local
369 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() local
446 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()
/Linux-v5.4/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h94 u8 tcp_offset; member
Dehea_main.c1971 swqe->tcp_offset = swqe->ip_end + 1 + in xmit_common()
1979 swqe->tcp_offset = swqe->ip_end + 1 + in xmit_common()