Searched defs:tcp_hdr (Results 1 – 7 of 7) sorted by relevance
79 struct tcphdr *tcp_hdr; in xdp_ingress_v6() local
88 struct tcphdr *tcp_hdr; in xdp_ingress_v6() local
475 u8 *tcp_hdr = skb_transport_header(skb); in nip_get_output_checksum_tcp() local
24 static inline struct tcphdr *tcp_hdr(const struct sk_buff *skb) in tcp_hdr() function
782 #define pbd_tcp_flags(tcp_hdr) (ntohl(tcp_flag_word(tcp_hdr))>>16 & 0xff) argument