Searched defs:tcphdr (Results 1 – 5 of 5) sorted by relevance
/linux/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/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/tools/testing/selftests/net/ |
A D | gro.c | 377 struct tcphdr *tcphdr = (struct tcphdr *)(buf + tcp_offset); in recompute_packet() local
|
/linux/net/core/ |
A 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/drivers/net/ethernet/emulex/benet/ |
A D | be_main.c | 1425 struct tcphdr *tcphdr; in be_tx_timeout() local
|
Completed in 43 milliseconds