Searched refs:netlink_sock (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/netlink/ |
D | af_netlink.c | 342 struct netlink_sock *nlk = nlk_sk(sk); in netlink_overrun() 356 struct netlink_sock *nlk = nlk_sk(sk); in netlink_rcv_wake() 388 struct netlink_sock *nlk = nlk_sk(sk); in netlink_sock_destruct() 411 struct netlink_sock *nlk = container_of(work, struct netlink_sock, in netlink_sock_destruct_work() 488 const struct netlink_sock *nlk = ptr; in netlink_compare() 627 .obj_size = sizeof(struct netlink_sock), 635 struct netlink_sock *nlk; in __netlink_create() 667 struct netlink_sock *nlk; in netlink_create() 724 struct netlink_sock *nlk = container_of(head, struct netlink_sock, rcu); in deferred_put_nlk_sk() 745 struct netlink_sock *nlk; in netlink_release() [all …]
|
D | af_netlink.h | 23 struct netlink_sock { struct 52 static inline struct netlink_sock *nlk_sk(struct sock *sk) in nlk_sk() argument 54 return container_of(sk, struct netlink_sock, sk); in nlk_sk()
|
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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | bpf_iter_netlink.c | 19 struct netlink_sock *nlk = ctx->sk; in dump_netlink()
|
D | bpf_iter.h | 55 struct netlink_sock *sk;
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | README.rst | 71 ; struct netlink_sock *nlk = ctx->sk;
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | ipsec.c | 154 static int netlink_sock(int *sock, uint32_t *seq_nr, int proto) in netlink_sock() function 454 if (netlink_sock(&route_sock, &route_seq, NETLINK_ROUTE)) { in init_child() 1346 if (netlink_sock(sock, seq, proto)) { in netlink_sock_bind() 1675 if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) { in child_f() 1800 if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) { in grand_child_f() 2162 if (netlink_sock(&route_sock, &route_seq, NETLINK_ROUTE)) in main()
|