Searched refs:ax25_make_new (Results 1 – 3 of 3) sorted by relevance
210 extern struct sock *ax25_make_new(struct sock *, struct ax25_dev *);
385 if (sk->ack_backlog == sk->max_ack_backlog || (make = ax25_make_new(sk, ax25_dev)) == NULL) { in ax25_rcv()
908 struct sock *ax25_make_new(struct sock *osk, struct ax25_dev *ax25_dev) in ax25_make_new() function