Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Deth.h159 struct tcp_hdr { struct
160 u_short th_sport; /* source port */
161 u_short th_dport; /* destination port */
162 uint32_t th_seq; /* sequence number */
163 uint32_t th_ack; /* acknowledgment 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;
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
Dtest_parse_tcp_hdr_opt_dynptr.c
Dtest_parse_tcp_hdr_opt.c
/openbmc/qemu/hw/net/
H A Dvirtio-net.c2298 uint16_t tcp_hdr; in virtio_net_rsc_tcp_ctrl_check() local
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h