Home
last modified time | relevance | path

Searched defs:tcp_hdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dtcp.h24 static inline struct tcphdr *tcp_hdr(const struct sk_buff *skb) in tcp_hdr() function
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h776 #define pbd_tcp_flags(tcp_hdr) (ntohl(tcp_flag_word(tcp_hdr))>>16 & 0xff) argument