Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDsctp_pcb.h299 uint16_t def_net_pf_threshold; member
HDsctp_structs.h1115 uint16_t def_net_pf_threshold; member
HDsctp_usrreq.c3254 thlds->spt_pathpfthld = stcb->asoc.def_net_pf_threshold;
3267 thlds->spt_pathpfthld = inp->sctp_ep.def_net_pf_threshold;
6447 stcb->asoc.def_net_pf_threshold = thlds->spt_pathpfthld;
6457 inp->sctp_ep.def_net_pf_threshold = thlds->spt_pathpfthld;
HDsctp_pcb.c2416 m->def_net_pf_threshold = SCTP_BASE_SYSCTL(sctp_path_pf_threshold); in sctp_inpcb_alloc()
3745 net->pf_threshold = stcb->asoc.def_net_pf_threshold; in sctp_add_remote_addr()
HDsctputil.c1223 asoc->def_net_pf_threshold = inp->sctp_ep.def_net_pf_threshold; in sctp_init_asoc()