Searched refs:ipv (Results 1 – 3 of 3) sorted by relevance
372 uint8_t ipv; in get_af_from_mbuf() local388 ipv = IP_VHL_V(*pkt_hdr); in get_af_from_mbuf()389 if (ipv == 4) { in get_af_from_mbuf()391 } else if (ipv == 6) { in get_af_from_mbuf()
326 uint8_t ipv, l3hlen = 0; /* IP header length */ in fill_inet_td() local347 ipv = iph->ip_v; in fill_inet_td()349 switch (ipv) { in fill_inet_td()408 SK_ERR("ipv == %d", ipv); in fill_inet_td()
1488 uint8_t ipv; in flow_route_laddr_validate() local1490 ipv = IPVERSION; in flow_route_laddr_validate()1493 ipv = IPV6_VERSION; in flow_route_laddr_validate()1497 return _flow_route_laddr_validate(ipa, ipv, ifp, gencnt); in flow_route_laddr_validate()