Lines Matching refs:sock
18 void dn_nsp_send_data_ack(struct sock *sk);
19 void dn_nsp_send_oth_ack(struct sock *sk);
20 void dn_nsp_delayed_ack(struct sock *sk);
21 void dn_send_conn_ack(struct sock *sk);
22 void dn_send_conn_conf(struct sock *sk, gfp_t gfp);
23 void dn_nsp_send_disc(struct sock *sk, unsigned char type,
27 void dn_nsp_send_link(struct sock *sk, unsigned char lsflags, char fcval);
28 void dn_nsp_send_conninit(struct sock *sk, unsigned char flags);
30 void dn_nsp_output(struct sock *sk);
31 int dn_nsp_check_xmit_queue(struct sock *sk, struct sk_buff *skb,
33 void dn_nsp_queue_xmit(struct sock *sk, struct sk_buff *skb, gfp_t gfp,
35 unsigned long dn_nsp_persist(struct sock *sk);
36 int dn_nsp_xmit_timeout(struct sock *sk);
39 int dn_nsp_backlog_rcv(struct sock *sk, struct sk_buff *skb);
41 struct sk_buff *dn_alloc_skb(struct sock *sk, int size, gfp_t pri);
42 struct sk_buff *dn_alloc_send_skb(struct sock *sk, size_t *size, int noblock,
197 static __inline__ int dn_congested(struct sock *sk) in dn_congested()