MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sctp_log_mbc

Function sctp_log_mbc

freebsd/netinet/sctputil.c:272–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void
273sctp_log_mbc(struct mbuf *m, int from)
274{
275 struct mbuf *mat;
276
277 for (mat = m; mat; mat = SCTP_BUF_NEXT(mat)) {
278 sctp_log_mb(mat, from);
279 }
280}
281#endif
282
283void

Callers 12

sctp_add_cookieFunction · 0.85
sctp_copy_mbufchainFunction · 0.85
sctp_sendall_iteratorFunction · 0.85
sctp_move_to_outqueueFunction · 0.85
sctp_send_cookie_echoFunction · 0.85
sctp_send_heartbeat_ackFunction · 0.85
sctp_send_asconf_ackFunction · 0.85
sctp_handle_cookie_echoFunction · 0.85
sctp_process_controlFunction · 0.85
sctp_input_with_portFunction · 0.85
sctp6_input_with_portFunction · 0.85

Calls 1

sctp_log_mbFunction · 0.85

Tested by

no test coverage detected