Home
last modified time | relevance | path

Searched refs:G_IP_HDR_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1033 tcp = (const void *)(l3hdr + G_IP_HDR_LEN(hlen)); in pass_accept_req_to_protohdrs()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h747 #define G_IP_HDR_LEN(x) (((x) >> S_IP_HDR_LEN) & M_IP_HDR_LEN) macro