Searched refs:tcphdr (Results 1 – 14 of 14) sorted by relevance
/include/net/netfilter/ |
D | nf_synproxy.h | 46 const struct tcphdr *th, 53 const struct tcphdr *th, 58 const struct tcphdr *th, 71 const struct tcphdr *th, 75 const struct tcphdr *th,
|
/include/net/netfilter/ipv4/ |
D | nf_reject.h | 13 const struct tcphdr *nf_reject_ip_tcphdr_get(struct sk_buff *oldskb, 14 struct tcphdr *_oth, int hook); 19 const struct tcphdr *oth);
|
/include/net/netfilter/ipv6/ |
D | nf_reject.h | 12 const struct tcphdr *nf_reject_ip6_tcphdr_get(struct sk_buff *oldskb, 13 struct tcphdr *otcph, 20 const struct tcphdr *oth, unsigned int otcplen);
|
/include/net/ |
D | ip6_checksum.h | 66 struct tcphdr *th = tcp_hdr(skb); in __tcp_v6_send_check() 71 skb->csum_offset = offsetof(struct tcphdr, check); in __tcp_v6_send_check() 82 struct tcphdr *th = tcp_hdr(skb); in tcp_v6_gso_csum_prep()
|
D | slhc_vj.h | 133 struct tcphdr cs_tcp;
|
D | ipv6_frag.h | 126 offset += sizeof(struct tcphdr); in ipv6frag_thdr_truncated()
|
D | tcp.h | 378 const struct tcphdr *th); 420 const u8 *tcp_parse_md5sig_option(const struct tcphdr *th); 426 struct tcphdr *th, u32 *cookie); 428 struct tcphdr *th, u32 *cookie); 431 struct sock *sk, struct tcphdr *th); 473 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, 558 u32 __cookie_v4_init_sequence(const struct iphdr *iph, const struct tcphdr *th, 568 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th, 573 const struct tcphdr *th, u16 *mssp);
|
D | vxlan.h | 372 offsetof(struct tcphdr, check); in vxlan_rco_offset()
|
/include/linux/ |
D | netfilter_ipv6.h | 53 const struct tcphdr *th, u16 *mssp); 55 const struct tcphdr *th, __u32 cookie); 168 const struct tcphdr *th, in nf_ipv6_cookie_init_sequence() 185 const struct tcphdr *th, __u32 cookie) in nf_cookie_v6_check()
|
D | tcp.h | 25 static inline struct tcphdr *tcp_hdr(const struct sk_buff *skb) in tcp_hdr() 27 return (struct tcphdr *)skb_transport_header(skb); in tcp_hdr() 30 static inline unsigned int __tcp_hdrlen(const struct tcphdr *th) in __tcp_hdrlen() 40 static inline struct tcphdr *inner_tcp_hdr(const struct sk_buff *skb) in inner_tcp_hdr() 42 return (struct tcphdr *)skb_inner_transport_header(skb); in inner_tcp_hdr()
|
D | virtio_net.h | 60 thlen = sizeof(struct tcphdr); in virtio_net_hdr_to_skb() 65 thlen = sizeof(struct tcphdr); in virtio_net_hdr_to_skb()
|
/include/trace/events/ |
D | tcp.h | 264 const struct tcphdr *th = (const struct tcphdr *)skb->data; 300 const struct tcphdr *th = (const struct tcphdr *)skb->data; \ 319 const struct tcphdr *th = (const struct tcphdr *)skb->data; \
|
/include/uapi/linux/netfilter/ |
D | nfnetlink_osf.h | 72 struct tcphdr tcp;
|
/include/uapi/linux/ |
D | tcp.h | 25 struct tcphdr { struct 66 struct tcphdr hdr; argument
|