Lines Matching refs:th
428 const struct tcphdr *th,
482 struct tcphdr *th, u32 *cookie);
484 struct tcphdr *th, u32 *cookie);
485 u16 tcp_parse_mss_option(const struct tcphdr *th, u16 user_mss);
488 struct sock *sk, struct tcphdr *th);
530 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th);
641 u32 __cookie_v4_init_sequence(const struct iphdr *iph, const struct tcphdr *th,
675 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th);
679 const struct tcphdr *th, u16 *mssp);
973 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) argument
987 #define tcp_flags_ntohs(th) (ntohs(*(__be16 *)&tcp_flag_word(th)) & \ argument
2266 struct sk_buff *tcp_gro_lookup(struct list_head *head, struct tcphdr *th);
2268 struct tcphdr *th);
2840 static inline int tcp_parse_auth_options(const struct tcphdr *th, in tcp_parse_auth_options() argument
2846 ret = tcp_do_parse_auth_options(th, &md5_tmp, &ao_tmp); in tcp_parse_auth_options()