Searched refs:tcphdr (Results 1 – 16 of 16) sorted by relevance
| /include/net/netfilter/ |
| A 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/ |
| A 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/ |
| A 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/ |
| A D | ip6_checksum.h | 58 struct tcphdr *th = tcp_hdr(skb); in __tcp_v6_send_check() 62 skb->csum_offset = offsetof(struct tcphdr, check); in __tcp_v6_send_check() 68 struct tcphdr *th = tcp_hdr(skb); in tcp_v6_gso_csum_prep()
|
| A D | tcp_ao.h | 178 struct tcp_ao_key *key, struct tcphdr *th, 213 const struct tcphdr *th, u32 sne); 268 struct tcp_ao_key *key, struct tcphdr *th, in tcp_ao_transmit_skb() 345 int tcp_do_parse_auth_options(const struct tcphdr *th, 348 static inline int tcp_do_parse_auth_options(const struct tcphdr *th, in tcp_do_parse_auth_options()
|
| A D | slhc_vj.h | 133 struct tcphdr cs_tcp;
|
| A D | ipv6_frag.h | 129 offset += sizeof(struct tcphdr); in ipv6frag_thdr_truncated()
|
| A D | tcp.h | 428 const struct tcphdr *th, 482 struct tcphdr *th, u32 *cookie); 484 struct tcphdr *th, u32 *cookie); 485 u16 tcp_parse_mss_option(const struct tcphdr *th, u16 user_mss); 488 struct sock *sk, struct tcphdr *th); 530 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th); 675 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th); 679 const struct tcphdr *th, u16 *mssp); 2265 struct tcphdr *tcp_gro_pull_header(struct sk_buff *skb); 2268 struct tcphdr *th); [all …]
|
| A D | mptcp.h | 157 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp,
|
| A D | vxlan.h | 437 offsetof(struct tcphdr, check); in vxlan_rco_offset()
|
| /include/linux/ |
| A D | netfilter_ipv6.h | 52 const struct tcphdr *th, u16 *mssp); 54 const struct tcphdr *th); 165 const struct tcphdr *th, in nf_ipv6_cookie_init_sequence() 182 const struct tcphdr *th) in nf_cookie_v6_check()
|
| A D | tcp.h | 24 static inline struct tcphdr *tcp_hdr(const struct sk_buff *skb) in tcp_hdr() 26 return (struct tcphdr *)skb_transport_header(skb); in tcp_hdr() 29 static inline unsigned int __tcp_hdrlen(const struct tcphdr *th) in __tcp_hdrlen() 39 static inline struct tcphdr *inner_tcp_hdr(const struct sk_buff *skb) in inner_tcp_hdr() 41 return (struct tcphdr *)skb_inner_transport_header(skb); in inner_tcp_hdr()
|
| A D | virtio_net.h | 65 thlen = sizeof(struct tcphdr); in __virtio_net_hdr_to_skb() 70 thlen = sizeof(struct tcphdr); in __virtio_net_hdr_to_skb() 180 skb->csum_offset != offsetof(struct tcphdr, check)) in __virtio_net_hdr_to_skb()
|
| /include/uapi/linux/netfilter/ |
| A D | nfnetlink_osf.h | 72 struct tcphdr tcp;
|
| /include/trace/events/ |
| A D | tcp.h | 113 const struct tcphdr *th = (const struct tcphdr *)skb__nullable->data; 386 const struct tcphdr *th = (const struct tcphdr *)skb->data; 440 const struct tcphdr *th = (const struct tcphdr *)skb->data; 537 const struct tcphdr *th = (const struct tcphdr *)skb->data; 638 const struct tcphdr *th = (const struct tcphdr *)skb->data;
|
| /include/uapi/linux/ |
| A D | tcp.h | 25 struct tcphdr { struct 68 struct tcphdr hdr; argument
|
Completed in 43 milliseconds