Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dtest_flow_dissector.c69 static int cfg_l3_extra = AF_UNSPEC; /* optional SIT prefix */
70 static int cfg_l3_inner = AF_UNSPEC;
71 static int cfg_l3_outer = AF_UNSPEC;
629 if (cfg_l3_outer == AF_UNSPEC) in parse_opts()
637 if (cfg_l3_inner == AF_UNSPEC) in parse_opts()
718 if (cfg_encap_proto && cfg_l3_outer == AF_UNSPEC) in parse_opts()
720 else if ((!cfg_encap_proto) && cfg_l3_outer != AF_UNSPEC) in parse_opts()
722 else if ((!cfg_encap_proto) && cfg_l3_extra != AF_UNSPEC) in parse_opts()
725 if (cfg_l3_inner == AF_UNSPEC) in parse_opts()
/tools/testing/selftests/netfilter/
Dnf-queue.c135 nfg->nfgen_family = AF_UNSPEC; in nfq_build_cfg_request()
158 nfg->nfgen_family = AF_UNSPEC; in nfq_build_cfg_params()
181 nfg->nfgen_family = AF_UNSPEC; in nfq_build_verdict()
/tools/testing/selftests/bpf/prog_tests/
Dsockmap_ktls.c33 struct sockaddr unspec = { AF_UNSPEC }; in disconnect()
Dsockmap_listen.c831 struct sockaddr unspec = { AF_UNSPEC }; in listen_thread()
/tools/lib/bpf/
Dnetlink.c244 req.ifinfo.ifi_family = AF_UNSPEC; in __bpf_set_link_xdp_fd_replace()
484 req.tc.tcm_family = AF_UNSPEC; in tc_qdisc_modify()
643 req.tc.tcm_family = AF_UNSPEC; in bpf_tc_attach()
718 req.tc.tcm_family = AF_UNSPEC; in __bpf_tc_detach()
785 req.tc.tcm_family = AF_UNSPEC; in bpf_tc_query()
/tools/perf/trace/beauty/include/linux/
Dsocket.h176 #define AF_UNSPEC 0 macro
233 #define PF_UNSPEC AF_UNSPEC
/tools/bpf/bpftool/
Dnet.c223 .t.tcm_family = AF_UNSPEC, in netlink_get_class()
262 .t.tcm_family = AF_UNSPEC, in netlink_get_qdisc()
301 .t.tcm_family = AF_UNSPEC, in netlink_get_filter()
/tools/usb/usbip/src/
Dusbip_network.c268 hints.ai_family = AF_UNSPEC; in usbip_net_tcp_connect()
Dusbipd.c524 family = AF_UNSPEC; in do_standalone_mode()
/tools/testing/selftests/net/
Dipsec.c228 pi.ifi_family = AF_UNSPEC; in veth_pack_peerb()
286 req.info.ifi_family = AF_UNSPEC; in veth_add()
374 req.info.ifi_family = AF_UNSPEC; in link_set_up()