Searched refs:tx_port_map_fd (Results 1 - 1 of 1) sorted by relevance

/linux-master/samples/bpf/
H A Dxdp_router_ipv4_user.c39 static int tx_port_map_fd; variable
154 assert(bpf_map_update_elem(tx_port_map_fd,
655 tx_port_map_fd = bpf_map__fd(skel->maps.tx_port);
656 if (tx_port_map_fd < 0) {
657 fprintf(stderr, "Failed loading tx_port_map_fd %s\n",
658 strerror(-tx_port_map_fd));
668 ifname_list[i], strerror(-tx_port_map_fd));

Completed in 117 milliseconds