Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_indata.c784 uint32_t fsn; in sctp_handle_old_unordered_data() local
798 if (chk->rec.data.fsn == fsn) { in sctp_handle_old_unordered_data()
807 fsn++; in sctp_handle_old_unordered_data()
1019 if (SCTP_TSN_GT(at->rec.data.fsn, chk->rec.data.fsn)) { in sctp_inject_old_unordered_data()
1029 } else if (at->rec.data.fsn == chk->rec.data.fsn) { in sctp_inject_old_unordered_data()
1553 if (SCTP_TSN_GT(at->rec.data.fsn, chk->rec.data.fsn)) { in sctp_queue_data_for_reasm()
1575 } else if (at->rec.data.fsn == chk->rec.data.fsn) { in sctp_queue_data_for_reasm()
1723 fsn = 0; in sctp_process_a_data_chunk()
1726 fsn = ntohl(chunk->dp.ppid_fsn.fsn); in sctp_process_a_data_chunk()
1739 fsn = tsn; in sctp_process_a_data_chunk()
[all …]
H A Dtcp_usrreq.c1831 struct tcp_function_set fsn; in tcp_ctloutput() local
1901 error = sooptcopyin(sopt, &fsn, sizeof fsn, in tcp_ctloutput()
1902 sizeof fsn); in tcp_ctloutput()
1906 blk = find_and_ref_tcp_functions(&fsn); in tcp_ctloutput()
1987 strncpy(fsn.function_set_name, tp->t_fb->tfb_tcp_block_name, in tcp_ctloutput()
1989 fsn.function_set_name[TCP_FUNCTION_NAME_LEN_MAX - 1] = '\0'; in tcp_ctloutput()
1990 fsn.pcbcnt = tp->t_fb->tfb_refcnt; in tcp_ctloutput()
1992 error = sooptcopyout(sopt, &fsn, sizeof fsn); in tcp_ctloutput()
H A Dsctp_header.h158 uint32_t fsn; /* Fragment Sequence Number */ member
H A Dsctp_structs.h398 uint32_t fsn; /* Fragment Sequence Number */ member
516 uint32_t fsn; member
H A Dsctp_output.c6357 sp->fsn = 0; in sctp_msg_append()
7587 if (sp->fsn == 0) in sctp_move_to_outqueue()
7590 ndchkh->dp.ppid_fsn.fsn = htonl(sp->fsn); in sctp_move_to_outqueue()
7591 sp->fsn++; in sctp_move_to_outqueue()
12362 sp->fsn = 0; in sctp_copy_it_in()