Searched refs:assoc_id (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dray_cs.h61 UCHAR assoc_id[2]; member in struct:ray_dev_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Duser.h545 * in milliseconds. If the assoc_id is 0, then this sets or gets the
546 * endpoints default delayed ack timer value. If the assoc_id field is
550 sctp_assoc_t assoc_id; member in struct:sctp_assoc_value
617 sctp_assoc_t assoc_id; member in struct:sctp_getaddrs_old
622 sctp_assoc_t assoc_id; /*input*/ member in struct:sctp_getaddrs
H A Dsctp.h394 /* Map an association to an assoc_id. */
397 return (asoc?asoc->assoc_id:0);
H A Dstructs.h1358 sctp_assoc_t assoc_id; member in struct:sctp_association
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dassociola.c284 asoc->assoc_id = 0;
422 if (asoc->assoc_id != 0) {
424 idr_remove(&sctp_assocs_id, asoc->assoc_id);
1099 if (!asoc->assoc_id) {
1385 int assoc_id; local
1393 1, &assoc_id);
1400 asoc->assoc_id = (sctp_assoc_t) assoc_id;
H A Dsocket.c2203 /* Get association, if assoc_id != 0 and the socket is a one
2246 * in milliseconds. If the assoc_id is 0, then this sets or gets the
2247 * endpoints default delayed ack timer value. If the assoc_id field is
2251 * sctp_assoc_t assoc_id;
2255 * assoc_id - This parameter, indicates which association the
2289 /* Get association, if assoc_id != 0 and the socket is a one
2293 asoc = sctp_id2assoc(sk, params.assoc_id);
2294 if (!asoc && params.assoc_id && sctp_style(sk, UDP))
2768 if (params.assoc_id != 0) {
2769 asoc = sctp_id2assoc(sk, params.assoc_id);
[all...]
H A Dproc.c345 assoc->state, hash, assoc->assoc_id,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dlowcomms.c216 static struct connection *assoc2con(int assoc_id) argument
224 if (con && con->sctp_assoc == assoc_id) {
508 * on them all. if assoc_id is zero then it will then try

Completed in 169 milliseconds