Searched refs:tcphdr (Results 1 – 5 of 5) sorted by relevance
52 struct tcphdr *tcph;163 struct iphdr *iph, struct tcphdr *tcph);
24 struct tcphdr { struct65 struct tcphdr hdr; argument215 static inline struct tcphdr *tcp_hdr(const struct sk_buff *skb) in tcp_hdr()217 return (struct tcphdr *)skb_transport_header(skb); in tcp_hdr()
85 struct tcphdr tcp;
132 struct tcphdr cs_tcp;
340 const struct tcphdr *th, unsigned int len);342 const struct tcphdr *th, unsigned int len);372 TCP_ECN_create_request(struct request_sock *req, struct tcphdr *th) in TCP_ECN_create_request()388 const struct tcphdr *th);417 extern const u8 *tcp_parse_md5sig_option(const struct tcphdr *th);1232 extern int tcp_md5_hash_header(struct tcp_md5sig_pool *, const struct tcphdr *);