Home
last modified time | relevance | path

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

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