Home
last modified time | relevance | path

Searched refs:user_family (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dsocket_cookie_prog.c27 if (ctx->family != AF_INET6 || ctx->user_family != AF_INET6) in set_cookie()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2682 __u32 user_family; /* Allows 4-byte read, but no write. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2682 __u32 user_family; /* Allows 4-byte read, but no write. */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4464 __u32 user_family; /* Allows 4-byte read, but no write. */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4464 __u32 user_family; /* Allows 4-byte read, but no write. */ member
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c8997 case offsetof(struct bpf_sock_addr, user_family): in sock_addr_convert_ctx_access()