Home
last modified time | relevance | path

Searched refs:netlink_sock (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/netlink/
H A Daf_netlink.h24 struct netlink_sock { struct
55 static inline struct netlink_sock *nlk_sk(struct sock *sk) in nlk_sk() argument
57 return container_of(sk, struct netlink_sock, sk); in nlk_sk()
H A Daf_netlink.c364 struct netlink_sock *nlk = nlk_sk(sk); in netlink_rcv_wake()
479 const struct netlink_sock *nlk = ptr; in netlink_compare()
618 .obj_size = sizeof(struct netlink_sock),
626 struct netlink_sock *nlk; in __netlink_create()
654 struct netlink_sock *nlk; in netlink_create()
712 struct netlink_sock *nlk = container_of(head, struct netlink_sock, rcu); in deferred_put_nlk_sk()
727 struct netlink_sock *nlk; in netlink_release()
929 struct netlink_sock *nlk = nlk_sk(sk); in netlink_update_subscriptions()
940 struct netlink_sock *nlk = nlk_sk(sk); in netlink_realloc_groups()
974 struct netlink_sock *nlk = nlk_sk(sk); in netlink_undo_bind()
[all …]
H A Ddiag.c14 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 Dbpf_iter_netlink.c18 struct netlink_sock *nlk = ctx->sk; in dump_netlink()
H A Dbpf_iter.h65 struct netlink_sock *sk;
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c192 static int netlink_sock(int *sock, uint32_t *seq_nr, int proto) in netlink_sock() function
493 if (netlink_sock(&route_sock, &route_seq, NETLINK_ROUTE)) { in init_child()
1335 if (netlink_sock(sock, seq, proto)) { in netlink_sock_bind()
1813 if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) { in child_f()
1941 if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) { in grand_child_f()
2309 if (netlink_sock(&route_sock, &route_seq, NETLINK_ROUTE)) in main()
/openbmc/linux/tools/testing/selftests/bpf/
H A DREADME.rst155 ; struct netlink_sock *nlk = ctx->sk;