Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Ddn_nsp.h40 extern struct sk_buff *dn_alloc_send_skb(struct sock *sk, int *size, int noblock, int *err);
/linux-2.4.37.9/net/decnet/
Ddn_nsp_out.c106 struct sk_buff *dn_alloc_send_skb(struct sock *sk, int *size, int noblock, int *err) in dn_alloc_send_skb() function
Daf_decnet.c2002 skb = dn_alloc_send_skb(sk, &len, flags & MSG_DONTWAIT, &err); in dn_sendmsg()