Home
last modified time | relevance | path

Searched defs:tcphdr (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h28 __be32 seq;
32 doff:4,
33 fin:1,
34 syn:1,
35 rst:1,
36 psh:1,
37 ack:1,
38 urg:1,
39 ece:1,
40 cwr:1;
[all …]
/openbmc/linux/include/uapi/linux/
H A Dtcp.h28 __be32 seq;
32 doff:4,
33 fin:1,
34 syn:1,
35 rst:1,
36 psh:1,
37 ack:1,
38 urg:1,
39 ece:1,
40 cwr:1;
[all …]
/openbmc/qemu/hw/net/
H A Dnet_rx_pkt.c286 struct tcp_header *tcphdr = &pkt->l4hdr_info.hdr.tcp; in _net_rx_rss_prepare_tcp() local
/openbmc/linux/tools/testing/selftests/net/
H A Dgro.c378 struct tcphdr *tcphdr = (struct tcphdr *)(buf + tcp_offset); in recompute_packet() local
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1348 struct tcphdr *tcphdr; in wx_tx_csum() member
/openbmc/linux/net/core/
H A Dfilter.c7292 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
7368 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
7731 struct tcphdr *, th, u32, th_len) in BPF_CALL_3()
7757 struct tcphdr *, th, u32, th_len) in BPF_CALL_3()
7789 struct tcphdr *, th) in BPF_CALL_2()
7811 struct tcphdr *, th) in BPF_CALL_2()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1425 struct tcphdr *tcphdr; in be_tx_timeout() local