Home
last modified time | relevance | path

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

/net/netfilter/
Dnf_conntrack_proto_sctp.c316 static bool sctp_error(struct sk_buff *skb, in sctp_error() function
365 if (sctp_error(skb, dataoff, state)) in nf_conntrack_sctp_packet()
/net/sctp/
Dsocket.c1563 static int sctp_error(struct sock *sk, int flags, int err) in sctp_error() function
2043 return sctp_error(sk, msg->msg_flags, err); in sctp_sendmsg()
Dsm_statefuns.c543 enum sctp_error error = SCTP_ERROR_NO_RESOURCE; in sctp_sf_do_5_1C_ack()