Home
last modified time | relevance | path

Searched refs:ssk (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dnetlink.h72 extern struct sk_buff *__netlink_alloc_skb(struct sock *ssk, unsigned int size,
76 netlink_alloc_skb(struct sock *ssk, unsigned int size, u32 dst_portid, in netlink_alloc_skb() argument
79 return __netlink_alloc_skb(ssk, size, 0, dst_portid, gfp_mask); in netlink_alloc_skb()
82 extern int netlink_unicast(struct sock *ssk, struct sk_buff *skb, __u32 portid, int nonblock);
83 extern int netlink_broadcast(struct sock *ssk, struct sk_buff *skb, __u32 portid,
85 extern int netlink_broadcast_filtered(struct sock *ssk, struct sk_buff *skb,
89 extern int netlink_set_err(struct sock *ssk, __u32 portid, __u32 group, int code);
96 long *timeo, struct sock *ssk);
163 extern int __netlink_dump_start(struct sock *ssk, struct sk_buff *skb,
166 static inline int netlink_dump_start(struct sock *ssk, struct sk_buff *skb, in netlink_dump_start() argument
[all …]
/linux-4.4.14/net/netlink/
Daf_netlink.c1653 static struct sock *netlink_getsockbyportid(struct sock *ssk, u32 portid) in netlink_getsockbyportid() argument
1658 sock = netlink_lookup(sock_net(ssk), ssk->sk_protocol, portid); in netlink_getsockbyportid()
1665 nlk->dst_portid != nlk_sk(ssk)->portid) { in netlink_getsockbyportid()
1724 long *timeo, struct sock *ssk) in netlink_attachskb() argument
1735 if (!ssk || netlink_is_kernel(ssk)) in netlink_attachskb()
1823 struct sock *ssk) in netlink_unicast_kernel() argument
1832 NETLINK_CB(skb).sk = ssk; in netlink_unicast_kernel()
1833 netlink_deliver_tap_kernel(sk, ssk, skb); in netlink_unicast_kernel()
1843 int netlink_unicast(struct sock *ssk, struct sk_buff *skb, in netlink_unicast() argument
1852 timeo = sock_sndtimeo(ssk, nonblock); in netlink_unicast()
[all …]
/linux-4.4.14/net/l2tp/
Dl2tp_ppp.c1308 struct sock *ssk = ps->sock; in pppol2tp_session_setsockopt() local
1309 struct pppox_sock *po = pppox_sk(ssk); in pppol2tp_session_setsockopt()