Searched defs:tcphdr (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | tcp.h | 28 __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.3-rc2/include/uapi/linux/ |
A D | tcp.h | 28 __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.3-rc2/tools/testing/selftests/net/ |
A D | gro.c | 378 struct tcphdr *tcphdr = (struct tcphdr *)(buf + tcp_offset); in recompute_packet() local
|
/linux-6.3-rc2/net/core/ |
A D | filter.c | 7088 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() 7164 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() 7527 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() 7553 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() 7585 struct tcphdr *, th) in BPF_CALL_2() 7607 struct tcphdr *, th) in BPF_CALL_2()
|
/linux-6.3-rc2/drivers/net/ethernet/emulex/benet/ |
A D | be_main.c | 1425 struct tcphdr *tcphdr; in be_tx_timeout() local
|
Completed in 35 milliseconds