Searched refs:unspec (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_ktls.c | 30 struct sockaddr unspec = { AF_UNSPEC }; in disconnect() local 32 return connect(fd, &unspec, sizeof(unspec)); in disconnect()
|
D | libbpf_probes.c | 103 CASE(KPROBE, unspec, false), in test_libbpf_probe_helpers()
|
D | sockmap_listen.c | 582 struct sockaddr unspec = { AF_UNSPEC }; in listen_thread() local 592 err = xconnect(s, &unspec, sizeof(unspec)); in listen_thread()
|
/linux-6.12.1/Documentation/core-api/ |
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
|
/linux-6.12.1/kernel/bpf/ |
D | cgroup.c | 1492 struct sockaddr_storage unspec; in __cgroup_bpf_run_filter_sock_addr() local 1504 memset(&unspec, 0, sizeof(unspec)); in __cgroup_bpf_run_filter_sock_addr() 1505 ctx.uaddr = (struct sockaddr *)&unspec; in __cgroup_bpf_run_filter_sock_addr()
|
/linux-6.12.1/include/uapi/linux/ |
D | bpf.h | 5801 FN(unspec, 0, ##ctx) \
|
/linux-6.12.1/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 706 grep -v '^unspec$')"
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | bpf.h | 5801 FN(unspec, 0, ##ctx) \
|