Searched defs:backlog_rcv (Results 1 - 1 of 1) sorted by relevance

/net/tipc/
H A Dsocket.c63 static int backlog_rcv(struct sock *sk, struct sk_buff *skb);
205 sk->sk_backlog_rcv = backlog_rcv;
1301 * backlog_rcv - handle incoming message from backlog queue
1309 static int backlog_rcv(struct sock *sk, struct sk_buff *buf) function

Completed in 44 milliseconds