Home
last modified time | relevance | path

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

/linux-6.15/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 …]
/linux-6.15/include/uapi/linux/
H A Dtcp.h32 res1:3,
33 doff:4,
34 fin:1,
35 syn:1,
36 rst:1,
37 psh:1,
38 ack:1,
39 urg:1,
40 ece:1,
41 cwr:1;
[all …]
/linux-6.15/tools/testing/selftests/net/
H A Dgro.c404 struct tcphdr *tcphdr = (struct tcphdr *)(buf + tcp_offset); in recompute_packet() local
/linux-6.15/net/core/
H A Dfilter.c7434 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
7507 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
7877 struct tcphdr *, th, u32, th_len) in BPF_CALL_3()
7903 struct tcphdr *, th, u32, th_len) in BPF_CALL_3()
7935 struct tcphdr *, th) in BPF_CALL_2()
7955 struct tcphdr *, th) in BPF_CALL_2()
/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1378 struct tcphdr *tcphdr; in wx_tx_csum() member
/linux-6.15/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1425 struct tcphdr *tcphdr; in be_tx_timeout() local