Home
last modified time | relevance | path

Searched refs:tipc_sk_backlog_rcv (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c132 static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb);
506 sk->sk_backlog_rcv = tipc_sk_backlog_rcv; in tipc_sk_create()
2391 * tipc_sk_backlog_rcv - handle incoming message from backlog queue
2397 static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb) in tipc_sk_backlog_rcv() function
/kernel/linux/linux-6.6/net/tipc/
H A Dsocket.c145 static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb);
520 sk->sk_backlog_rcv = tipc_sk_backlog_rcv; in tipc_sk_create()
2396 * tipc_sk_backlog_rcv - handle incoming message from backlog queue
2402 static int tipc_sk_backlog_rcv(struct sock *sk, struct sk_buff *skb) in tipc_sk_backlog_rcv() function

Completed in 11 milliseconds