Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dsocket_cookie_prog.c37 if (ctx->family != AF_INET6 || ctx->user_family != AF_INET6) in set_cookie()
H A Dcgrp_ls_attach_cgroup.c30 if (ctx->family != AF_INET6 || ctx->user_family != AF_INET6) in set_cookie()
H A Dsock_destroy_prog.c34 if (ctx->family != AF_INET6 || ctx->user_family != AF_INET6) in sock_connect()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6574 __u32 user_family; /* Allows 4-byte read, but no write. */ member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6574 __u32 user_family; /* Allows 4-byte read, but no write. */ member
/openbmc/linux/net/core/
H A Dfilter.c10167 case offsetof(struct bpf_sock_addr, user_family): in sock_addr_convert_ctx_access()