Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xdp_veth.c352 int flags_map; in xdp_veth_broadcast_redirect() local
372 flags_map = bpf_map__fd(xdp_redirect_multi_kern->maps.redirect_flags); in xdp_veth_broadcast_redirect()
376 err = bpf_map_update_elem(flags_map, &protocol, &redirect_flags, BPF_NOEXIST); in xdp_veth_broadcast_redirect()
/linux/fs/xfs/
H A Dxfs_healthmon.c675 struct flags_map { struct
680 static const struct flags_map shutdown_map[] = { argument
691 const struct flags_map *map, in __map_flags()
695 const struct flags_map *m; in __map_flags()