Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c30 struct sockaddr unspec = { AF_UNSPEC }; in disconnect() local
32 return connect(fd, &unspec, sizeof(unspec)); in disconnect()
H A Dlibbpf_probes.c99 CASE(KPROBE, unspec, false), in test_libbpf_probe_helpers()
H A Dsockmap_listen.c580 struct sockaddr unspec = { AF_UNSPEC }; in listen_thread() local
590 err = xconnect(s, &unspec, sizeof(unspec)); in listen_thread()
/openbmc/linux/Documentation/core-api/
H A Dnetlink.rst16 of ``0`` and named ``unspec``. This is supported (``type: unused``)
17 but should be avoided in new families. The ``unspec`` enum values are
/openbmc/linux/kernel/bpf/
H A Dcgroup.c1495 struct sockaddr_storage unspec; in __cgroup_bpf_run_filter_sock_addr() local
1506 memset(&unspec, 0, sizeof(unspec)); in __cgroup_bpf_run_filter_sock_addr()
1507 ctx.uaddr = (struct sockaddr *)&unspec; in __cgroup_bpf_run_filter_sock_addr()
/openbmc/linux/include/uapi/linux/
H A Dbpf.h5672 FN(unspec, 0, ##ctx) \
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h5672 FN(unspec, 0, ##ctx) \
/openbmc/linux/tools/bpf/bpftool/bash-completion/
H A Dbpftool712 grep -v '^unspec$')"