Searched refs:ssk (Results 1 – 2 of 2) sorted by relevance
1388 static struct sock *netlink_getsockbyportid(struct sock *ssk, u32 portid) in netlink_getsockbyportid() argument1393 sock = netlink_lookup(sock_net(ssk), ssk->sk_protocol, portid); in netlink_getsockbyportid()1400 nlk->dst_portid != nlk_sk(ssk)->portid) { in netlink_getsockbyportid()1434 long *timeo, struct sock *ssk) in netlink_attachskb() argument1445 if (!ssk || netlink_is_kernel(ssk)) in netlink_attachskb()1531 struct sock *ssk) in netlink_unicast_kernel() argument1540 NETLINK_CB(skb).sk = ssk; in netlink_unicast_kernel()1550 int netlink_unicast(struct sock *ssk, struct sk_buff *skb, in netlink_unicast() argument1559 timeo = sock_sndtimeo(ssk, nonblock); in netlink_unicast()1561 sk = netlink_getsockbyportid(ssk, portid); in netlink_unicast()[all …]
1308 struct sock *ssk = ps->sock; in pppol2tp_session_setsockopt() local1309 struct pppox_sock *po = pppox_sk(ssk); in pppol2tp_session_setsockopt()