Searched refs:fsn (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/tools/
H A Dinstall.sh66 ln -fsn "$@"
/freebsd-11-stable/sys/netinet/
H A Dsctp_indata.c441 chk->rec.data.fsn, chk->rec.data.mid);
449 chk->rec.data.fsn,
814 uint32_t fsn; local
825 fsn = control->fsn_included + 1;
828 if (chk->rec.data.fsn == fsn) {
837 fsn++;
863 nc->fsn_included = tchk->rec.data.fsn;
959 "chunk is a first fsn: %u becomes fsn_included\n",
960 chk->rec.data.fsn);
1709 uint32_t tsn, fsn, gap, mid; local
[all...]
H A Dtcp_usrreq.c1441 struct tcp_function_set fsn; local
1511 error = sooptcopyin(sopt, &fsn, sizeof fsn,
1512 sizeof fsn);
1527 blk = find_and_ref_tcp_functions(&fsn);
1561 strncpy(fsn.function_set_name, tp->t_fb->tfb_tcp_block_name,
1563 fsn.function_set_name[TCP_FUNCTION_NAME_LEN_MAX - 1] = '\0';
1564 fsn.pcbcnt = tp->t_fb->tfb_refcnt;
1566 error = sooptcopyout(sopt, &fsn, sizeof fsn);
[all...]
H A Dsctp_header.h162 uint32_t fsn; /* Fragment Sequence Number */ member in union:sctp_idata::__anon5438
H A Dsctp_structs.h404 uint32_t fsn; /* Fragment Sequence Number */ member in struct:sctp_data_chunkrec
523 uint32_t fsn; member in struct:sctp_stream_queue_pending
H A Dsctp_output.c6399 sp->fsn = 0;
7648 if (sp->fsn == 0)
7651 ndchkh->dp.ppid_fsn.fsn = htonl(sp->fsn);
7652 sp->fsn++;
12452 sp->fsn = 0;

Completed in 99 milliseconds