Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnetlink.h121 extern int netlink_unicast(struct sock *ssk, struct sk_buff *skb, __u32 portid, int nonblock);
122 extern int netlink_broadcast(struct sock *ssk, struct sk_buff *skb, __u32 portid,
124 extern int netlink_broadcast_filtered(struct sock *ssk, struct sk_buff *skb,
128 extern int netlink_set_err(struct sock *ssk, __u32 portid, __u32 group, int code);
135 long *timeo, struct sock *ssk);
203 extern int __netlink_dump_start(struct sock *ssk, struct sk_buff *skb,
206 static inline int netlink_dump_start(struct sock *ssk, struct sk_buff *skb, in netlink_dump_start() argument
213 return __netlink_dump_start(ssk, skb, nlh, control); in netlink_dump_start()