Home
last modified time | relevance | path

Searched refs:sctp_calculate_len (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctputil.h141 uint32_t sctp_calculate_len(struct mbuf *);
H A Dsctp_output.c4057 packet_length = sctp_calculate_len(m); in sctp_lowlevel_chunk_output()
4317 packet_length = sctp_calculate_len(m); in sctp_lowlevel_chunk_output()
H A Dsctputil.c2879 sctp_calculate_len(struct mbuf *m) in sctp_calculate_len() function