Lines Matching +full:4 +full:th
73 return round_up(tcp_ao_len(key), 4); in tcp_ao_len_aligned()
107 /* Sequence Number Extension (SNE) are upper 4 bytes for SEQ,
116 * good enough as it's unexpected to receive 4 Gbytes on reqsk.
153 const struct tcphdr *th = tcp_hdr(skb); \
159 if (th->fin) \
161 if (th->syn) \
163 if (th->rst) \
165 if (th->psh) \
167 if (th->ack) \
172 msg, &ip_hdr(skb)->saddr, ntohs(th->source), \
173 &ip_hdr(skb)->daddr, ntohs(th->dest), \
177 msg, &ipv6_hdr(skb)->saddr, ntohs(th->source), \
178 &ipv6_hdr(skb)->daddr, ntohs(th->dest), \
209 struct tcp_ao_key *key, struct tcphdr *th,
243 const struct tcphdr *th, u32 sne);
298 struct tcp_ao_key *key, struct tcphdr *th, in tcp_ao_transmit_skb() argument
375 int tcp_do_parse_auth_options(const struct tcphdr *th,
378 static inline int tcp_do_parse_auth_options(const struct tcphdr *th, in tcp_do_parse_auth_options() argument