Home
last modified time | relevance | path

Searched defs:tcp_hdrlen (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dxt_TCPOPTSTRIP.c38 int tcp_hdrlen; in tcpoptstrip_mangle_packet() local
H A Dxt_TCPMSS.c79 int len, tcp_hdrlen; in tcpmss_mangle_packet() local
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h96 static inline unsigned int tcp_hdrlen(const struct tcphdr *th) in tcp_hdrlen() function
/openbmc/linux/include/net/
H A Drequest_sock.h47 u32 tcp_hdrlen; member
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h107 uint16_t tcp_hdrlen; /* tcp header len */ member
/openbmc/linux/include/linux/
H A Dtcp.h34 static inline unsigned int tcp_hdrlen(const struct sk_buff *skb) in tcp_hdrlen() function