Searched defs:tcphdr (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.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 …]
|
/Linux-v5.10/drivers/net/ethernet/sfc/ |
D | ef100_tx.c | 57 struct tcphdr *tcphdr; in ef100_tx_can_tso() local
|
/Linux-v5.10/net/core/ |
D | filter.c | 6471 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() 6538 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
|
/Linux-v5.10/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 1425 struct tcphdr *tcphdr; in be_tx_timeout() local
|