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

  /src/sys/netinet/
sctp_pcb.h 487 #define SCTP_INP_INCR_REF(_inp) _inp->refcount++
574 #define SCTP_INP_INCR_REF(_inp) atomic_add_int(&((_inp)->refcount), 1)
633 #define SCTP_INP_INCR_REF(_inp)
sctp_usrreq.c 1196 SCTP_INP_INCR_REF(inp);
1968 SCTP_INP_INCR_REF(inp);
2054 SCTP_INP_INCR_REF(inp);
2345 SCTP_INP_INCR_REF(inp);
2587 SCTP_INP_INCR_REF(inp);
2839 SCTP_INP_INCR_REF(inp);
3057 SCTP_INP_INCR_REF(inp);
3381 SCTP_INP_INCR_REF(inp);
sctp_pcb.c 906 SCTP_INP_INCR_REF(inp);
913 SCTP_INP_INCR_REF(inp);
1707 SCTP_INP_INCR_REF(inp);
sctputil.c 877 SCTP_INP_INCR_REF(inp);
sctp_output.c 7237 SCTP_INP_INCR_REF(inp);
9907 SCTP_INP_INCR_REF(inp);
  /src/sys/netinet6/
sctp6_usrreq.c 1003 SCTP_INP_INCR_REF(inp);

Completed in 25 milliseconds