Searched defs:tcphdr (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/tools/include/uapi/linux/ |
D | tcp.h | 25 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-v5.15/include/uapi/linux/ |
D | tcp.h | 25 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-v5.15/tools/testing/selftests/net/ |
D | gro.c | 377 struct tcphdr *tcphdr = (struct tcphdr *)(buf + tcp_offset); in recompute_packet() local
|
/Linux-v5.15/net/core/ |
D | filter.c | 6698 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() 6765 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
|
/Linux-v5.15/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 1425 struct tcphdr *tcphdr; in be_tx_timeout() local
|