Searched refs:xdp_redirect_map (Results 1 – 3 of 3) sorted by relevance
252 struct xdp_redirect_map *xdp_redirect_map; in xdp_veth_redirect() local268 xdp_redirect_map = xdp_redirect_map__open_and_load(); in xdp_veth_redirect()282 bpf_objs[2] = xdp_redirect_map->obj; in xdp_veth_redirect()312 xdp_redirect_map__destroy(xdp_redirect_map); in xdp_veth_redirect()346 struct xdp_redirect_map *xdp_redirect_map; in xdp_veth_broadcast_redirect() local380 cnt_map = bpf_map__fd(xdp_redirect_map->maps.rxcnt); in xdp_veth_broadcast_redirect()385 bpf_objs[1] = xdp_redirect_map->obj; in xdp_veth_broadcast_redirect()429 xdp_redirect_map__destroy(xdp_redirect_map); in xdp_veth_broadcast_redirect()462 struct xdp_redirect_map *xdp_redirect_map; in xdp_veth_egress() local498 bpf_objs[2] = xdp_redirect_map->obj; in xdp_veth_egress()[all …]
172 DEFINE_EVENT(xdp_redirect_template, xdp_redirect_map,
170 The following code snippet shows a simple xdp_redirect_map program. This program