Searched refs:ssk (Results 1 – 2 of 2) sorted by relevance
1017 static struct sock *netlink_getsockbyportid(struct sock *ssk, u32 portid) in netlink_getsockbyportid() argument1022 sock = netlink_lookup(sock_net(ssk), ssk->sk_protocol, portid); in netlink_getsockbyportid()1029 nlk->dst_portid != nlk_sk(ssk)->portid) { in netlink_getsockbyportid()1088 long *timeo, struct sock *ssk) in netlink_attachskb() argument1098 if (!ssk || netlink_is_kernel(ssk)) in netlink_attachskb()1176 struct sock *ssk) in netlink_unicast_kernel() argument1185 NETLINK_CB(skb).sk = ssk; in netlink_unicast_kernel()1186 netlink_deliver_tap_kernel(sk, ssk, skb); in netlink_unicast_kernel()1196 int netlink_unicast(struct sock *ssk, struct sk_buff *skb, in netlink_unicast() argument1205 timeo = sock_sndtimeo(ssk, nonblock); in netlink_unicast()[all …]
1314 struct sock *ssk = ps->sock; in pppol2tp_session_setsockopt() local1315 struct pppox_sock *po = pppox_sk(ssk); in pppol2tp_session_setsockopt()