Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dipv6_flowlabel.c40 static uint32_t cfg_label = 1; variable
199 cfg_label = strtoul(optarg, NULL, 0); in parse_opts()
241 flowlabel_get(fdt, cfg_label, IPV6_FL_S_EXCL, IPV6_FL_F_CREATE); in main()
258 addr.sin6_flowinfo = htonl(cfg_label); in main()
265 do_send(fdt, true, cfg_label); in main()
266 do_recv(fdr, true, cfg_label); in main()