| /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/ |
| A D | ip6_checksum.h | 58 struct tcphdr *th = tcp_hdr(skb); in __tcp_v6_send_check() local 60 th->check = ~tcp_v6_check(skb->len, saddr, daddr, 0); in __tcp_v6_send_check() 68 struct tcphdr *th = tcp_hdr(skb); in tcp_v6_gso_csum_prep() local 71 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0); 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() argument 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() argument
|
| A D | gro.h | 483 static inline int __gro_receive_network_flush(const void *th, const void *th2, in __gro_receive_network_flush() argument 487 const void *nh = th - diff; in __gro_receive_network_flush() 496 static inline int gro_receive_network_flush(const void *th, const void *th2, in gro_receive_network_flush() argument 503 flush = __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->network_offset, encap_mark); in gro_receive_network_flush() 505 …flush |= __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->inner_network_offset, false… in gro_receive_network_flush()
|
| A D | arp.h | 65 const unsigned char *src_hw, const unsigned char *th);
|
| 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); 679 const struct tcphdr *th, u16 *mssp); 973 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) argument 987 #define tcp_flags_ntohs(th) (ntohs(*(__be16 *)&tcp_flag_word(th)) & \ argument 2268 struct tcphdr *th); 2840 static inline int tcp_parse_auth_options(const struct tcphdr *th, in tcp_parse_auth_options() argument [all …]
|
| A D | mptcp.h | 157 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp,
|
| /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() argument 173 return v6_ops->cookie_init_sequence(iph, th, mssp); in nf_ipv6_cookie_init_sequence() 175 return __cookie_v6_init_sequence(iph, th, mssp); in nf_ipv6_cookie_init_sequence() 182 const struct tcphdr *th) in nf_cookie_v6_check() argument 189 return v6_ops->cookie_v6_check(iph, th); in nf_cookie_v6_check() 191 return __cookie_v6_check(iph, th); in nf_cookie_v6_check()
|
| A D | tcp.h | 29 static inline unsigned int __tcp_hdrlen(const struct tcphdr *th) in __tcp_hdrlen() argument 31 return th->doff * 4; in __tcp_hdrlen()
|
| /include/trace/events/ |
| A D | tcp.h | 551 __entry->dport = ntohs(th->dest); 554 __entry->fin = th->fin; 555 __entry->syn = th->syn; 556 __entry->rst = th->rst; 557 __entry->psh = th->psh; 558 __entry->ack = th->ack; 655 __entry->fin = th->fin; 656 __entry->syn = th->syn; 657 __entry->rst = th->rst; 658 __entry->psh = th->psh; [all …]
|
| /include/soc/fsl/ |
| A D | qman.h | 578 static inline u64 qm_cgr_cs_thres_get64(const struct qm_cgr_cs_thres *th) in qm_cgr_cs_thres_get64() argument 580 int thres = be16_to_cpu(th->word); in qm_cgr_cs_thres_get64() 585 static inline int qm_cgr_cs_thres_set64(struct qm_cgr_cs_thres *th, u64 val, in qm_cgr_cs_thres_set64() argument 598 th->word = cpu_to_be16(((val & 0xff) << 5) | (e & 0x1f)); in qm_cgr_cs_thres_set64()
|