Searched refs:netlink_sock (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/netlink/ |
H A D | af_netlink.h | 25 struct netlink_sock { struct 57 static inline struct netlink_sock *nlk_sk(struct sock *sk) in nlk_sk() argument 59 return container_of(sk, struct netlink_sock, sk); in nlk_sk()
|
H A D | af_netlink.c | 419 struct netlink_sock *nlk = container_of(work, struct netlink_sock, in netlink_sock_destruct_work() 643 struct netlink_sock *nlk; in __netlink_create() 671 struct netlink_sock *nlk; in netlink_create() 729 struct netlink_sock *nlk = container_of(head, struct netlink_sock, rcu); in deferred_put_nlk_sk() 750 struct netlink_sock *nlk; in netlink_release() 1170 struct netlink_sock *nlk; in netlink_getsockbyportid() 1241 struct netlink_sock *nlk; in netlink_attachskb() 2018 struct netlink_sock *nlk; in __netlink_kernel_create() 2330 struct netlink_sock *nlk; in __netlink_dump_start() 2634 struct netlink_sock *nlk; in __netlink_seq_next() [all …]
|
H A D | diag.c | 14 struct netlink_sock *nlk = nlk_sk(sk); in sk_diag_dump_groups() 25 struct netlink_sock *nlk = nlk_sk(sk); in sk_diag_put_flags() 50 struct netlink_sock *nlk = nlk_sk(sk); in sk_diag_fill() 96 struct netlink_sock *nlsk; in __netlink_diag_dump()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_netlink.c | 18 struct netlink_sock *nlk = ctx->sk; in dump_netlink()
|
H A D | bpf_iter.h | 65 struct netlink_sock *sk;
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipsec.c | 192 static int netlink_sock(int *sock, uint32_t *seq_nr, int proto) in netlink_sock() function 492 if (netlink_sock(&route_sock, &route_seq, NETLINK_ROUTE)) { in init_child() 1334 if (netlink_sock(sock, seq, proto)) { in netlink_sock_bind() 1812 if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) { in child_f() 1940 if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) { in grand_child_f() 2308 if (netlink_sock(&route_sock, &route_seq, NETLINK_ROUTE)) in main()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | README.rst | 155 ; struct netlink_sock *nlk = ctx->sk;
|