Home
last modified time | relevance | path

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

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