Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_listen.c1018 tcp = (const void *)(l3hdr + G_IP_HDR_LEN(hlen)); in pass_accept_req_to_protohdrs()
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_msg.h749 #define G_IP_HDR_LEN(x) (((x) >> S_IP_HDR_LEN) & M_IP_HDR_LEN) macro