Lines Matching defs:tcphdr
25 struct tcphdr { struct
26 __be16 source;
27 __be16 dest;
28 __be32 seq;
29 __be32 ack_seq;
31 __u16 ae:1,
32 res1:3,
33 doff:4,
34 fin:1,
35 syn:1,
36 rst:1,
37 psh:1,
38 ack:1,
39 urg:1,
40 ece:1,
41 cwr:1;
43 __u16 doff:4,
44 res1:3,
68 struct tcphdr hdr; argument