Home
last modified time | relevance | path

Searched refs:sctp_mtu_payload (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/net/sctp/
H A Dsctp.h574 static inline __u32 sctp_mtu_payload(const struct sctp_sock *sp, in sctp_mtu_payload() function
610 return sctp_mtu_payload(sp, SCTP_DEFAULT_MINSEGMENT, datasize); in sctp_min_frag_point()
/kernel/linux/linux-6.6/include/net/sctp/
H A Dsctp.h592 static inline __u32 sctp_mtu_payload(const struct sctp_sock *sp, in sctp_mtu_payload() function
618 return sctp_mtu_payload(sp, SCTP_DEFAULT_MINSEGMENT, datasize); in sctp_min_frag_point()
/kernel/linux/linux-5.10/net/sctp/
H A Doutput.c95 packet->overhead = sctp_mtu_payload(sp, 0, 0); in sctp_packet_config()
H A Dassociola.c1391 int frag = sctp_mtu_payload(sctp_sk(asoc->base.sk), asoc->pathmtu, in sctp_assoc_update_frag_point()
H A Dsm_make_chunk.c1255 size = sctp_mtu_payload(sp, size, sizeof(struct sctp_errhdr)); in sctp_make_op_error_limited()
/kernel/linux/linux-6.6/net/sctp/
H A Doutput.c95 packet->overhead = sctp_mtu_payload(sp, 0, 0); in sctp_packet_config()
H A Dassociola.c1399 int frag = sctp_mtu_payload(sctp_sk(asoc->base.sk), asoc->pathmtu, in sctp_assoc_update_frag_point()
H A Dsm_make_chunk.c1300 size = sctp_mtu_payload(sp, size, sizeof(struct sctp_errhdr)); in sctp_make_op_error_limited()

Completed in 19 milliseconds