Searched defs:tcphdr (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | tcp.h | 11 struct tcphdr { struct 12 __be16 source; 13 __be16 dest; 14 __be32 seq; 15 __be32 ack_seq; 17 __u16 res1:4, 18 doff:4, 19 fin:1, 20 syn:1, 21 rst:1, [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | ef100_tx.c | 57 struct tcphdr *tcphdr; in ef100_tx_can_tso() local
|
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
D | tcp.h | 97 struct tcphdr { struct 102 union { struct {
|
/kernel/linux/linux-5.10/net/core/ |
D | filter.c | 6510 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() 6586 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 1425 struct tcphdr *tcphdr; in be_tx_timeout() local
|