Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A 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/include/uapi/linux/
H A Dtcp.h25 struct tcphdr { struct
68 struct tcphdr hdr; argument
26 sourcetcphdr global() argument
27 desttcphdr global() argument
28 seqtcphdr global() argument
29 ack_seqtcphdr global() argument
31 aetcphdr global() argument
32 res1tcphdr global() argument
33 dofftcphdr global() argument
34 fintcphdr global() argument
35 syntcphdr global() argument
36 rsttcphdr global() argument
37 pshtcphdr global() argument
38 acktcphdr global() argument
39 urgtcphdr global() argument
40 ecetcphdr global() argument
41 cwrtcphdr global() argument
43 dofftcphdr global() argument
44 res1tcphdr global() argument
/linux/tools/testing/selftests/net/
H A Dgro.c404 struct tcphdr *tcphdr = (struct tcphdr *)(buf + tcp_offset); in recompute_packet() local
/linux/net/core/
H A Dfilter.c7442 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
7515 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
7885 struct tcphdr *, th, u32, th_len) in BPF_CALL_3()
7911 struct tcphdr *, th, u32, th_len) in BPF_CALL_3()
7943 struct tcphdr *, th) in BPF_CALL_2()
7963 struct tcphdr *, th) in BPF_CALL_2()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1379 struct tcphdr *tcphdr; in wx_tx_csum() member
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1425 struct tcphdr *tcphdr; in be_tx_timeout() local