prefix_value      114 samples/bpf/xdp_router_ipv4_kern.c 	struct trie_value *prefix_value;
prefix_value      158 samples/bpf/xdp_router_ipv4_kern.c 			prefix_value = bpf_map_lookup_elem(&lpm_map, &key4);
prefix_value      159 samples/bpf/xdp_router_ipv4_kern.c 			if (!prefix_value)
prefix_value      161 samples/bpf/xdp_router_ipv4_kern.c 			src_mac = &prefix_value->value;
prefix_value      166 samples/bpf/xdp_router_ipv4_kern.c 				if (!prefix_value->gw)
prefix_value      168 samples/bpf/xdp_router_ipv4_kern.c 				dest_ip = prefix_value->gw;
prefix_value      171 samples/bpf/xdp_router_ipv4_kern.c 			forward_to = prefix_value->ifindex;
prefix_value      209 samples/bpf/xdp_router_ipv4_user.c 			} *prefix_value;
prefix_value      212 samples/bpf/xdp_router_ipv4_user.c 			prefix_value = alloca(sizeof(*prefix_value));
prefix_value      246 samples/bpf/xdp_router_ipv4_user.c 						prefix_value) < 0) {
prefix_value      248 samples/bpf/xdp_router_ipv4_user.c 					prefix_value->prefix[i] = prefix_key->data[i];
prefix_value      249 samples/bpf/xdp_router_ipv4_user.c 				prefix_value->value = route.mac & 0xffffffffffff;
prefix_value      250 samples/bpf/xdp_router_ipv4_user.c 				prefix_value->ifindex = route.iface;
prefix_value      251 samples/bpf/xdp_router_ipv4_user.c 				prefix_value->gw = route.gw;
prefix_value      252 samples/bpf/xdp_router_ipv4_user.c 				prefix_value->metric = route.metric;
prefix_value      256 samples/bpf/xdp_router_ipv4_user.c 							   prefix_value, 0
prefix_value      277 samples/bpf/xdp_router_ipv4_user.c 					   prefix_value->prefix[0] &&
prefix_value      279 samples/bpf/xdp_router_ipv4_user.c 					   prefix_value->prefix[1] &&
prefix_value      281 samples/bpf/xdp_router_ipv4_user.c 					   prefix_value->prefix[2] &&
prefix_value      283 samples/bpf/xdp_router_ipv4_user.c 					   prefix_value->prefix[3] &&
prefix_value      284 samples/bpf/xdp_router_ipv4_user.c 					   route.metric >= prefix_value->metric) {
prefix_value      288 samples/bpf/xdp_router_ipv4_user.c 						prefix_value->prefix[i] =
prefix_value      290 samples/bpf/xdp_router_ipv4_user.c 					prefix_value->value =
prefix_value      292 samples/bpf/xdp_router_ipv4_user.c 					prefix_value->ifindex = route.iface;
prefix_value      293 samples/bpf/xdp_router_ipv4_user.c 					prefix_value->gw = route.gw;
prefix_value      294 samples/bpf/xdp_router_ipv4_user.c 					prefix_value->metric = route.metric;
prefix_value      297 samples/bpf/xdp_router_ipv4_user.c 								   prefix_value,