Lines Matching defs:th
183 tcp_signature_compute(struct mbuf *m, struct tcphdr *th,
210 csum = th->th_sum;
211 th->th_sum = 0;
212 MD5Update(&ctx, (char *)th, sizeof(struct tcphdr));
213 th->th_sum = csum;
218 len += (th->th_off << 2);
261 * th pointer to TCP header
267 tcp_ipsec_input(struct mbuf *m, struct tcphdr *th, u_char *buf)
291 tcp_fields_to_net(th);
292 tcp_signature_compute(m, th, sav, tmpdigest);
293 tcp_fields_to_host(th);
307 * th pointer to TCP header
313 tcp_ipsec_output(struct mbuf *m, struct tcphdr *th, u_char *buf)
327 tcp_signature_compute(m, th, sav, buf);