HomeSort by: relevance | last modified time | path
    Searched defs:refcount_up (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
sctp6_usrreq.c 118 int refcount_up = 0; local in function:sctp6_input
190 refcount_up = 1;
230 refcount_up = 1;
286 if ((in6p) && refcount_up){
300 if ((in6p) && refcount_up){
  /src/sys/netinet/
sctp_input.c 4065 int refcount_up = 0; local in function:sctp_input
4158 refcount_up = 1;
4223 refcount_up = 1;
4262 if ((inp) && (refcount_up)) {
4275 if ((inp) && (refcount_up)) {

Completed in 14 milliseconds