Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctputil.h142 uint32_t sctp_calculate_len(struct mbuf *);
Dsctp_output.c4090 packet_length = sctp_calculate_len(m); in sctp_lowlevel_chunk_output()
4379 packet_length = sctp_calculate_len(m); in sctp_lowlevel_chunk_output()
Dsctputil.c2293 sctp_calculate_len(struct mbuf *m) in sctp_calculate_len() function