Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_peeloff.c122 n_inp->sctp_frag_point = inp->sctp_frag_point; in sctp_do_peeloff()
H A Dsctp_pcb.h399 uint32_t sctp_frag_point; member
H A Dsctp_structs.h1001 uint32_t sctp_frag_point; member
H A Dsctp_usrreq.c2069 if (inp->sctp_frag_point >= SCTP_DEFAULT_MAXSEGMENT)
2072 av->assoc_value = inp->sctp_frag_point - ovh;
4991 stcb->asoc.sctp_frag_point = (av->assoc_value + ovh);
4993 stcb->asoc.sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT;
5007 inp->sctp_frag_point = (av->assoc_value + ovh);
5009 inp->sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT;
H A Dsctp_sysctl.c411 xinpcb.fragmentation_point = inp->sctp_frag_point; in sctp_sysctl_handle_assoclist()
H A Dsctputil.c1152 asoc->sctp_frag_point = inp->sctp_frag_point; in sctp_init_asoc()
1245 asoc->smallest_mtu = inp->sctp_frag_point; in sctp_init_asoc()
H A Dsctp_input.c2693 inp->sctp_frag_point = (*inp_p)->sctp_frag_point; in sctp_handle_cookie_echo()
H A Dsctp_output.c6233 if (stcb->asoc.sctp_frag_point > asoc->smallest_mtu) in sctp_get_frag_point()
6236 siz = (stcb->asoc.sctp_frag_point - ovh); in sctp_get_frag_point()
H A Dsctp_pcb.c2430 inp->sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT; in sctp_inpcb_alloc()