Home
last modified time | relevance | path

Searched refs:sctp_error (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dsctp.h473 enum sctp_error { enum
/linux/net/netfilter/
H A Dnf_conntrack_proto_sctp.c300 static bool sctp_error(struct sk_buff *skb, in sctp_error() function
349 if (sctp_error(skb, dataoff, state)) in nf_conntrack_sctp_packet()
/linux/net/sctp/
H A Dsocket.c1561 static int sctp_error(struct sock *sk, int flags, int err) in sctp_error() function
2038 return sctp_error(sk, msg->msg_flags, err); in sctp_sendmsg()
H A Dsm_statefuns.c552 enum sctp_error error = SCTP_ERROR_NO_RESOURCE; in sctp_sf_do_5_1C_ack()