Searched refs:unspec (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/Documentation/netlink/specs/ |
D | fou.yaml | 21 entries: [ unspec, direct, gue ] 29 name: unspec 75 name: unspec
|
D | handshake.yaml | 24 entries: [ unspec, clienthello, serverhello ] 29 entries: [ unspec, unauth, psk, x509 ]
|
D | ovs_vport.yaml | 24 entries: [ unspec, netdev, internal, gre, vxlan, geneve ] 85 name: unspec
|
D | rt_route.yaml | 16 - unspec 184 name: rtax-unspec
|
/linux-6.6.21/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 | 99 CASE(KPROBE, unspec, false), in test_libbpf_probe_helpers()
|
D | sockmap_listen.c | 580 struct sockaddr unspec = { AF_UNSPEC }; in listen_thread() local 590 err = xconnect(s, &unspec, sizeof(unspec)); in listen_thread()
|
/linux-6.6.21/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.6.21/kernel/bpf/ |
D | cgroup.c | 1478 struct sockaddr_storage unspec; in __cgroup_bpf_run_filter_sock_addr() local 1489 memset(&unspec, 0, sizeof(unspec)); in __cgroup_bpf_run_filter_sock_addr() 1490 ctx.uaddr = (struct sockaddr *)&unspec; in __cgroup_bpf_run_filter_sock_addr()
|
/linux-6.6.21/tools/include/uapi/linux/ |
D | bpf.h | 5655 FN(unspec, 0, ##ctx) \
|
/linux-6.6.21/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 712 grep -v '^unspec$')"
|
/linux-6.6.21/include/uapi/linux/ |
D | bpf.h | 5655 FN(unspec, 0, ##ctx) \
|