Searched refs:unspec (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_ktls.c | 30 struct sockaddr unspec = { AF_UNSPEC }; in disconnect() local 32 return connect(fd, &unspec, sizeof(unspec)); in disconnect()
|
H A D | libbpf_probes.c | 99 CASE(KPROBE, unspec, false), in test_libbpf_probe_helpers()
|
H A D | sockmap_listen.c | 580 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 D | netlink.rst | 16 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 D | cgroup.c | 1495 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 D | bpf.h | 5672 FN(unspec, 0, ##ctx) \
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 5672 FN(unspec, 0, ##ctx) \
|
/openbmc/linux/tools/bpf/bpftool/bash-completion/ |
H A D | bpftool | 712 grep -v '^unspec$')"
|