Home
last modified time | relevance | path

Searched refs:AF_UNSPEC (Results 1 – 17 of 17) 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()
Dxsk.c404 req.msg.ifi_family = AF_UNSPEC; in xsk_set_mtu()
/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/perf/trace/beauty/include/linux/
Dsocket.h189 #define AF_UNSPEC 0 macro
246 #define PF_UNSPEC AF_UNSPEC
/tools/testing/selftests/bpf/prog_tests/
Dsockmap_ktls.c30 struct sockaddr unspec = { AF_UNSPEC }; in disconnect()
Dsockmap_listen.c580 struct sockaddr unspec = { AF_UNSPEC }; in listen_thread()
Dtc_links.c1812 req.t.tcm_family = AF_UNSPEC; in qdisc_replace()
/tools/lib/bpf/
Dnetlink.c297 req.ifinfo.ifi_family = AF_UNSPEC; in __bpf_set_link_xdp_fd_replace()
596 req.tc.tcm_family = AF_UNSPEC; in tc_qdisc_modify()
756 req.tc.tcm_family = AF_UNSPEC; in bpf_tc_attach()
832 req.tc.tcm_family = AF_UNSPEC; in __bpf_tc_detach()
899 req.tc.tcm_family = AF_UNSPEC; in bpf_tc_query()
/tools/testing/selftests/net/
Dtun.c88 req.ifm.ifi_family = AF_UNSPEC; in tun_delete()
Dtap.c106 req.info.ifi_family = AF_UNSPEC; in dev_create()
163 req.info.ifi_family = AF_UNSPEC; in dev_delete()
Dcmsg_sender.c76 .family = AF_UNSPEC,
Dipsec.c266 pi.ifi_family = AF_UNSPEC; in veth_pack_peerb()
324 req.info.ifi_family = AF_UNSPEC; in veth_add()
412 req.info.ifi_family = AF_UNSPEC; in link_set_up()
/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/bpf/bpftool/
Dnet.c230 .t.tcm_family = AF_UNSPEC, in netlink_get_class()
269 .t.tcm_family = AF_UNSPEC, in netlink_get_qdisc()
308 .t.tcm_family = AF_UNSPEC, in netlink_get_filter()
/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c1239 empty.ss_family = AF_UNSPEC; in xdisconnect()
Dpm_nl_ctl.c1242 u_int16_t family = AF_UNSPEC; in add_listener()