Searched refs:L3TYPE_IPV4 (Results 1 – 2 of 2) sorted by relevance
54 L3TYPE_IPV4 = 0x04, enumerator
665 ((cqe_rx->l3_type == L3TYPE_IPV4) && (cqe_rx->l4_type == L4TYPE_TCP)) && in nicvf_rcv_pkt_handler()2021 if (__predict_true(cqe_rx->l3_type == L3TYPE_IPV4)) { in nicvf_get_rcv_mbuf()