Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
void
273
sctp_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
283
void
Callers
12
sctp_add_cookie
Function · 0.85
sctp_copy_mbufchain
Function · 0.85
sctp_sendall_iterator
Function · 0.85
sctp_move_to_outqueue
Function · 0.85
sctp_send_cookie_echo
Function · 0.85
sctp_send_heartbeat_ack
Function · 0.85
sctp_send_asconf_ack
Function · 0.85
sctp_handle_cookie_echo
Function · 0.85
sctp_process_control
Function · 0.85
sctp_input_with_port
Function · 0.85
sctp_process_a_data_chunk
Function · 0.85
sctp6_input_with_port
Function · 0.85
Calls
1
sctp_log_mb
Function · 0.85
Tested by
no test coverage detected