Searched defs:tcp_hdr (Results 1 – 2 of 2) sorted by relevance
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