Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Deth.h159 struct tcp_hdr { struct
160 u_short th_sport; /* source port */
162 uint32_t th_seq; /* sequence number */
165 u_char th_off : 4, /* data offset */
166 th_x2:4; /* (unused) */
168 u_char th_x2 : 4, /* (unused) */
169 th_off:4; /* data offset */
176 u_char th_flags;
185 u_short th_win; /* window */
186 u_short th_sum; /* checksum */
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_parse_tcp_hdr_opt_dynptr.c79 struct tcphdr *tcp_hdr; in xdp_ingress_v6() local
H A Dtest_parse_tcp_hdr_opt.c88 struct tcphdr *tcp_hdr; in xdp_ingress_v6() local
/openbmc/linux/include/linux/
H A Dtcp.h24 static inline struct tcphdr *tcp_hdr(const struct sk_buff *skb) in tcp_hdr() function
/openbmc/qemu/hw/net/
H A Dvirtio-net.c2327 uint16_t tcp_hdr; in virtio_net_rsc_tcp_ctrl_check() local
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h782 #define pbd_tcp_flags(tcp_hdr) (ntohl(tcp_flag_word(tcp_hdr))>>16 & 0xff) argument