Home
last modified time | relevance | path

Searched refs:SCTP_STAT_INCR_BY (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h1118 #define SCTP_STAT_INCR(_x) SCTP_STAT_INCR_BY(_x,1)
1122 #define SCTP_STAT_INCR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x += _d) macro
1125 #define SCTP_STAT_INCR_BY(_x,_d) atomic_add_int(&SCTP_BASE_STAT(_x), _d) macro
1129 #define SCTP_STAT_INCR_BY(_x,_d) atomic_add_int(&SCTP_BASE_STAT(_x), _d) macro
Dsctp_output.c9436 SCTP_STAT_INCR_BY(sctps_senddata, bundle_at);