Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_pcb.h302 uint16_t def_net_pf_threshold; member
H A Dsctp_structs.h1123 uint16_t def_net_pf_threshold; member
H A Dsctp_usrreq.c3255 thlds->spt_pathpfthld = stcb->asoc.def_net_pf_threshold;
3268 thlds->spt_pathpfthld = inp->sctp_ep.def_net_pf_threshold;
6464 stcb->asoc.def_net_pf_threshold = thlds->spt_pathpfthld;
6474 inp->sctp_ep.def_net_pf_threshold = thlds->spt_pathpfthld;
H A Dsctp_pcb.c2549 m->def_net_pf_threshold = SCTP_BASE_SYSCTL(sctp_path_pf_threshold); in sctp_inpcb_alloc()
3865 net->pf_threshold = stcb->asoc.def_net_pf_threshold; in sctp_add_remote_addr()
H A Dsctputil.c1218 asoc->def_net_pf_threshold = inp->sctp_ep.def_net_pf_threshold; in sctp_init_asoc()