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

/linux-master/include/uapi/linux/
H A Dsctp.h808 struct sockaddr_storage spp_address; member in struct:sctp_paddrparams
/linux-master/net/sctp/
H A Dsocket.c2299 * struct sockaddr_storage spp_address;
2312 * spp_address - This specifies which address is of interest.
2324 * Note that if the spp_address field is empty
2331 * association if the spp_address field is empty. Note
2377 * that if spp_address is empty then all addresses will
2381 * off delayed sack. If the spp_address field is blank then
2393 * spp_address field), then the value returned is that of
2408 * spp_address field), then that specific destination
2651 if (!sctp_is_any(sk, (union sctp_addr *)&params->spp_address)) {
2652 trans = sctp_addr_id2transport(sk, &params->spp_address,
[all...]

Completed in 160 milliseconds