Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sctp/
H A Dsocket.c327 static int sctp_get_port_local(struct sock *, union sctp_addr *);
425 * The function sctp_get_port_local() does duplicate address in sctp_do_bind()
429 if (sctp_get_port_local(sk, addr)) in sctp_do_bind()
8085 static int sctp_get_port_local(struct sock *sk, union sctp_addr *addr) in sctp_get_port_local() function
8263 return sctp_get_port_local(sk, &addr); in sctp_get_port()
/kernel/linux/linux-6.6/net/sctp/
H A Dsocket.c329 static int sctp_get_port_local(struct sock *, union sctp_addr *);
427 * The function sctp_get_port_local() does duplicate address in sctp_do_bind()
431 if (sctp_get_port_local(sk, addr)) in sctp_do_bind()
8334 static int sctp_get_port_local(struct sock *sk, union sctp_addr *addr) in sctp_get_port_local() function
8515 return sctp_get_port_local(sk, &addr); in sctp_get_port()

Completed in 20 milliseconds