Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsctp.h808 struct sockaddr_storage spp_address; member
/linux/net/sctp/
H A Dsocket.c2307 * struct sockaddr_storage spp_address;
2320 * spp_address - This specifies which address is of interest.
2332 * Note that if the spp_address field is empty
2339 * association if the spp_address field is empty. Note
2385 * that if spp_address is empty then all addresses will
2389 * off delayed sack. If the spp_address field is blank then
2401 * spp_address field), then the value returned is that of
2416 * spp_address field), then that specific destination
2659 if (!sctp_is_any(sk, (union sctp_addr *)&params->spp_address)) { in sctp_setsockopt_peer_addr_params()
2660 trans = sctp_addr_id2transport(sk, &params->spp_address, in sctp_setsockopt_peer_addr_params()
[all...]