Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dsocket.c824 int walk_size = 0; in sctp_setsockopt_bindx() local
851 while (walk_size < addrs_size) { in sctp_setsockopt_bindx()
858 if (!af || (walk_size + af->sockaddr_len) > addrs_size) { in sctp_setsockopt_bindx()
864 walk_size += af->sockaddr_len; in sctp_setsockopt_bindx()