Lines Matching refs:nlk
14 struct netlink_sock *nlk = nlk_sk(sk);
16 if (nlk->groups == NULL)
19 return nla_put(nlskb, NETLINK_DIAG_GROUPS, NLGRPSZ(nlk->ngroups),
20 nlk->groups);
25 struct netlink_sock *nlk = nlk_sk(sk);
28 if (nlk->cb_running)
50 struct netlink_sock *nlk = nlk_sk(sk);
64 rep->ndiag_portid = nlk->portid;
65 rep->ndiag_dst_portid = nlk->dst_portid;
66 rep->ndiag_dst_group = nlk->dst_group;