Home
last modified time | relevance | path

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

/linux-6.6.21/tools/include/uapi/linux/
Dtcp.h25 struct tcphdr { struct
26 __be16 source;
27 __be16 dest;
28 __be32 seq;
29 __be32 ack_seq;
31 __u16 res1:4,
32 doff:4,
33 fin:1,
34 syn:1,
35 rst:1,
[all …]
/linux-6.6.21/include/uapi/linux/
Dtcp.h25 struct tcphdr { struct
26 __be16 source;
27 __be16 dest;
28 __be32 seq;
29 __be32 ack_seq;
31 __u16 res1:4,
32 doff:4,
33 fin:1,
34 syn:1,
35 rst:1,
[all …]
/linux-6.6.21/tools/testing/selftests/net/
Dgro.c378 struct tcphdr *tcphdr = (struct tcphdr *)(buf + tcp_offset); in recompute_packet() local
/linux-6.6.21/drivers/net/ethernet/wangxun/libwx/
Dwx_lib.c1348 struct tcphdr *tcphdr; in wx_tx_csum() member
/linux-6.6.21/net/core/
Dfilter.c7265 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
7341 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
7704 struct tcphdr *, th, u32, th_len) in BPF_CALL_3()
7730 struct tcphdr *, th, u32, th_len) in BPF_CALL_3()
7762 struct tcphdr *, th) in BPF_CALL_2()
7784 struct tcphdr *, th) in BPF_CALL_2()
/linux-6.6.21/drivers/net/ethernet/emulex/benet/
Dbe_main.c1425 struct tcphdr *tcphdr; in be_tx_timeout() local