Home
last modified time | relevance | path

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

/linux-6.6.21/net/core/
Dsock.c4154 if (!sk->sk_prot->bind_add) in sock_bind_add()
4156 return sk->sk_prot->bind_add(sk, addr, addr_len); in sock_bind_add()
/linux-6.6.21/include/net/
Dsock.h1287 int (*bind_add)(struct sock *sk, member
/linux-6.6.21/net/sctp/
Dsocket.c9675 .bind_add = sctp_bind_add,
9731 .bind_add = sctp_bind_add,