Searched refs:th (Results 1 – 3 of 3) sorted by relevance
/include/net/ |
D | ip6_checksum.h | 56 struct tcphdr *th = tcp_hdr(skb); in __tcp_v6_send_check() local 59 th->check = ~tcp_v6_check(skb->len, saddr, daddr, 0); in __tcp_v6_send_check() 63 th->check = tcp_v6_check(skb->len, saddr, daddr, in __tcp_v6_send_check() 64 csum_partial(th, th->doff << 2, in __tcp_v6_send_check()
|
D | arp.h | 55 const unsigned char *src_hw, const unsigned char *th);
|
D | tcp.h | 379 const struct tcphdr *th, unsigned int len); 381 const struct tcphdr *th, unsigned int len); 420 const struct tcphdr *th); 456 extern const u8 *tcp_parse_md5sig_option(const struct tcphdr *th); 677 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) argument 731 const struct tcphdr *th = tcp_hdr(skb); in TCP_ECN_create_request() local 733 if (net->ipv4.sysctl_tcp_ecn && th->ece && th->cwr && in TCP_ECN_create_request()
|