HomeSort by: relevance | last modified time | path
    Searched refs:dccpbinfo (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet6/
dccp6_usrreq.c 122 INP_INFO_WLOCK(&dccpbinfo);
125 INP_INFO_WUNLOCK(&dccpbinfo);
132 INP_INFO_WUNLOCK(&dccpbinfo);
142 INP_INFO_WUNLOCK(&dccpbinfo);
158 INP_INFO_WLOCK(&dccpbinfo);
161 INP_INFO_WUNLOCK(&dccpbinfo);
167 INP_INFO_WUNLOCK(&dccpbinfo);
227 INP_INFO_WUNLOCK(&dccpbinfo);
241 INP_INFO_RLOCK(&dccpbinfo);
244 INP_INFO_RUNLOCK(&dccpbinfo);
    [all...]
  /src/sys/netinet/
dccp_usrreq.c 137 struct inpcbinfo dccpbinfo; variable in typeref:struct:inpcbinfo
333 INP_INFO_WLOCK(&dccpbinfo);
406 INP_INFO_WUNLOCK(&dccpbinfo);
414 INP_INFO_WUNLOCK(&dccpbinfo);
423 INP_INFO_WUNLOCK(&dccpbinfo);
435 INP_INFO_WUNLOCK(&dccpbinfo);
478 INP_INFO_WUNLOCK(&dccpbinfo);
951 INP_INFO_RLOCK(&dccpbinfo);
961 INP_INFO_RUNLOCK(&dccpbinfo);
1059 INP_INFO_RLOCK(&dccpbinfo);
    [all...]
dccp_var.h 269 extern struct inpcbinfo dccpbinfo;
dccp_tcplike.c 155 INP_INFO_RLOCK(&dccpbinfo);
158 INP_INFO_RUNLOCK(&dccpbinfo);
dccp_tfrc.c 249 INP_INFO_RLOCK(&dccpbinfo);
252 INP_INFO_RUNLOCK(&dccpbinfo);

Completed in 35 milliseconds