Searched defs:over (Results 1 - 2 of 2) sorted by relevance

/net/sctp/
H A Dchunk.c169 int max, whole, i, offset, over, err; local
250 over = msg_len % max;
253 if ((whole > 1) || (whole && over))
263 if ((i == (whole - 1)) && !over) {
303 if (over) {
313 chunk = sctp_make_datafrag_empty(asoc, sinfo, over, frag, 0);
320 err = sctp_user_addto_chunk(chunk, offset, over, msgh->msg_iov);
H A Dassociola.c1171 * and also move the association shared keys over
1376 * else use the retran path. If the last packet was sent over the
1504 int over = 0; local
1522 over = 1;
1526 if (over) {

Completed in 53 milliseconds