Searched refs:ssk (Results 1 – 1 of 1) sorted by relevance
1132 static struct sock *netlink_getsockbyportid(struct sock *ssk, u32 portid) in netlink_getsockbyportid() argument1137 sock = netlink_lookup(sock_net(ssk), ssk->sk_protocol, portid); in netlink_getsockbyportid()1144 nlk->dst_portid != nlk_sk(ssk)->portid) { in netlink_getsockbyportid()1203 long *timeo, struct sock *ssk) in netlink_attachskb() argument1213 if (!ssk || netlink_is_kernel(ssk)) in netlink_attachskb()1291 struct sock *ssk) in netlink_unicast_kernel() argument1300 NETLINK_CB(skb).sk = ssk; in netlink_unicast_kernel()1301 netlink_deliver_tap_kernel(sk, ssk, skb); in netlink_unicast_kernel()1311 int netlink_unicast(struct sock *ssk, struct sk_buff *skb, in netlink_unicast() argument1320 timeo = sock_sndtimeo(ssk, nonblock); in netlink_unicast()[all …]