Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.h389 uint16_t def_net_pf_threshold; member
Dsctp_structs.h1180 uint16_t def_net_pf_threshold; member
Dsctp_usrreq.c3957 thlds->spt_pathpfthld = stcb->asoc.def_net_pf_threshold;
3970 thlds->spt_pathpfthld = inp->sctp_ep.def_net_pf_threshold;
7342 stcb->asoc.def_net_pf_threshold = thlds->spt_pathpfthld;
7352 inp->sctp_ep.def_net_pf_threshold = thlds->spt_pathpfthld;
Dsctp_pcb.c3007 m->def_net_pf_threshold = SCTP_BASE_SYSCTL(sctp_path_pf_threshold);
4528 net->pf_threshold = stcb->asoc.def_net_pf_threshold;
Dsctputil.c1248 asoc->def_net_pf_threshold = inp->sctp_ep.def_net_pf_threshold; in sctp_init_asoc()