Searched refs:ssk (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
D | netlink.h | 69 extern struct sk_buff *netlink_alloc_skb(struct sock *ssk, unsigned int size, 71 extern int netlink_unicast(struct sock *ssk, struct sk_buff *skb, __u32 portid, int nonblock); 72 extern int netlink_broadcast(struct sock *ssk, struct sk_buff *skb, __u32 portid, 74 extern int netlink_broadcast_filtered(struct sock *ssk, struct sk_buff *skb, 78 extern int netlink_set_err(struct sock *ssk, __u32 portid, __u32 group, int code); 85 long *timeo, struct sock *ssk); 152 extern int __netlink_dump_start(struct sock *ssk, struct sk_buff *skb, 155 static inline int netlink_dump_start(struct sock *ssk, struct sk_buff *skb, in netlink_dump_start() argument 162 return __netlink_dump_start(ssk, skb, nlh, control); in netlink_dump_start()
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 1634 static struct sock *netlink_getsockbyportid(struct sock *ssk, u32 portid) in netlink_getsockbyportid() argument 1639 sock = netlink_lookup(sock_net(ssk), ssk->sk_protocol, portid); in netlink_getsockbyportid() 1646 nlk->dst_portid != nlk_sk(ssk)->portid) { in netlink_getsockbyportid() 1705 long *timeo, struct sock *ssk) in netlink_attachskb() argument 1716 if (!ssk || netlink_is_kernel(ssk)) in netlink_attachskb() 1804 struct sock *ssk) in netlink_unicast_kernel() argument 1813 NETLINK_CB(skb).sk = ssk; in netlink_unicast_kernel() 1814 netlink_deliver_tap_kernel(sk, ssk, skb); in netlink_unicast_kernel() 1824 int netlink_unicast(struct sock *ssk, struct sk_buff *skb, in netlink_unicast() argument 1833 timeo = sock_sndtimeo(ssk, nonblock); in netlink_unicast() [all …]
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ppp.c | 1308 struct sock *ssk = ps->sock; in pppol2tp_session_setsockopt() local 1309 struct pppox_sock *po = pppox_sk(ssk); in pppol2tp_session_setsockopt()
|