Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c112 netif_flow_get_buf(struct __kern_packet *pkt, size_t minlen, in netif_flow_get_buf() function
135 err = netif_flow_get_buf(pkt, sizeof(ether_header_t), &buf, in netif_flow_ethertype_info()
218 err = netif_flow_get_buf(pkt, sizeof(*eh) + sizeof(*ip6h), in netif_flow_ipv6_ula_info()
399 if (netif_flow_get_buf(pkt, sizeof(ether_header_t), &buf, &len) != 0) { in nx_netif_validate_macaddr()