Searched defs:tcp_options (Results 1 – 7 of 7) sorted by relevance
169 struct tcp_options { struct170 u16 mss;171 u8 wsf;173 u8 rsvd:4;174 u8 ecn:1;175 u8 sack:1;176 u8 tstamp:1;178 u8 tstamp:1;179 u8 sack:1;180 u8 ecn:1;[all …]
209 struct tcp_options { struct210 __be16 mss;211 __u8 wsf;214 __u8 ecn:1;215 __u8 sack:1;216 __u8 tstamp:1;218 __u8 tstamp:1;219 __u8 sack:1;220 __u8 ecn:1;545 struct tcp_options tcp_options; member
333 static void tcp_options(const struct sk_buff *skb, in tcp_options() function
378 struct tcp_options { struct379 __be16 mss;380 __u8 wsf;404 struct tcp_options tcpopt; argument
516 void *tcp_options; in tcp_gen_synack() local
467 uint16_t tcp_options; member
859 uint16_t tcp_options; /* 0A-0B */ member