Searched defs:th (Results 1 – 7 of 7) sorted by relevance
/include/net/ |
A D | ip6_checksum.h | 58 struct tcphdr *th = tcp_hdr(skb); in __tcp_v6_send_check() local 68 struct tcphdr *th = tcp_hdr(skb); in tcp_v6_gso_csum_prep() local
|
A D | tcp_ao.h | 268 struct tcp_ao_key *key, struct tcphdr *th, in tcp_ao_transmit_skb() 348 static inline int tcp_do_parse_auth_options(const struct tcphdr *th, in tcp_do_parse_auth_options()
|
A D | gro.h | 483 static inline int __gro_receive_network_flush(const void *th, const void *th2, in __gro_receive_network_flush() 496 static inline int gro_receive_network_flush(const void *th, const void *th2, in gro_receive_network_flush()
|
A D | tcp.h | 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 2840 static inline int tcp_parse_auth_options(const struct tcphdr *th, in tcp_parse_auth_options()
|
/include/linux/ |
A D | netfilter_ipv6.h | 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 | 29 static inline unsigned int __tcp_hdrlen(const struct tcphdr *th) in __tcp_hdrlen()
|
/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() 585 static inline int qm_cgr_cs_thres_set64(struct qm_cgr_cs_thres *th, u64 val, in qm_cgr_cs_thres_set64()
|
Completed in 30 milliseconds