Home
last modified time | relevance | path

Searched defs:tcphdr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dtcp.h25 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/
Def100_tx.c57 struct tcphdr *tcphdr; in ef100_tx_can_tso() local
/Linux-v5.10/net/core/
Dfilter.c6471 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/
Dbe_main.c1425 struct tcphdr *tcphdr; in be_tx_timeout() local