tx_port_map_fd    111 samples/bpf/xdp_redirect_map_user.c 	int tx_port_map_fd;
tx_port_map_fd    171 samples/bpf/xdp_redirect_map_user.c 	tx_port_map_fd = bpf_object__find_map_fd_by_name(obj, "tx_port");
tx_port_map_fd    173 samples/bpf/xdp_redirect_map_user.c 	if (tx_port_map_fd < 0 || rxcnt_map_fd < 0) {
tx_port_map_fd    209 samples/bpf/xdp_redirect_map_user.c 	ret = bpf_map_update_elem(tx_port_map_fd, &key, &ifindex_out, 0);
tx_port_map_fd    105 samples/bpf/xdp_redirect_user.c 	int prog_fd, tx_port_map_fd, opt;
tx_port_map_fd    172 samples/bpf/xdp_redirect_user.c 	tx_port_map_fd = bpf_object__find_map_fd_by_name(obj, "tx_port");
tx_port_map_fd    174 samples/bpf/xdp_redirect_user.c 	if (tx_port_map_fd < 0 || rxcnt_map_fd < 0) {
tx_port_map_fd    210 samples/bpf/xdp_redirect_user.c 	ret = bpf_map_update_elem(tx_port_map_fd, &key, &ifindex_out, 0);
tx_port_map_fd     37 samples/bpf/xdp_router_ipv4_user.c static int tx_port_map_fd;
tx_port_map_fd    200 samples/bpf/xdp_router_ipv4_user.c 		assert(bpf_map_update_elem(tx_port_map_fd,
tx_port_map_fd    689 samples/bpf/xdp_router_ipv4_user.c 	tx_port_map_fd = bpf_object__find_map_fd_by_name(obj, "tx_port");
tx_port_map_fd    691 samples/bpf/xdp_router_ipv4_user.c 	    exact_match_map_fd < 0 || tx_port_map_fd < 0) {