Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Dsock.c4084 if (!sk->sk_prot->bind_add) in sock_bind_add()
4086 return sk->sk_prot->bind_add(sk, addr, addr_len); in sock_bind_add()
/linux-6.1.9/include/net/
Dsock.h1268 int (*bind_add)(struct sock *sk, member
/linux-6.1.9/net/sctp/
Dsocket.c9641 .bind_add = sctp_bind_add,
9687 .bind_add = sctp_bind_add,