Loading net/sctp/input.c +1 −1 Original line number Diff line number Diff line Loading @@ -590,7 +590,7 @@ void sctp_v4_err(struct sk_buff *skb, __u32 info) * Return 0 - If further processing is needed. * Return 1 - If the packet can be discarded right away. */ int sctp_rcv_ootb(struct sk_buff *skb) static int sctp_rcv_ootb(struct sk_buff *skb) { sctp_chunkhdr_t *ch; __u8 *ch_end; Loading net/sctp/socket.c +3 −3 Original line number Diff line number Diff line Loading @@ -433,7 +433,7 @@ static int sctp_send_asconf(struct sctp_association *asoc, * * Only sctp_setsockopt_bindx() is supposed to call this function. */ int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt) static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt) { int cnt; int retval = 0; Loading Loading @@ -602,7 +602,7 @@ static int sctp_send_asconf_add_ip(struct sock *sk, * * Only sctp_setsockopt_bindx() is supposed to call this function. */ int sctp_bindx_rem(struct sock *sk, struct sockaddr *addrs, int addrcnt) static int sctp_bindx_rem(struct sock *sk, struct sockaddr *addrs, int addrcnt) { struct sctp_sock *sp = sctp_sk(sk); struct sctp_endpoint *ep = sp->ep; Loading Loading @@ -5964,7 +5964,7 @@ static int sctp_wait_for_accept(struct sock *sk, long timeo) return err; } void sctp_wait_for_close(struct sock *sk, long timeout) static void sctp_wait_for_close(struct sock *sk, long timeout) { DEFINE_WAIT(wait); Loading Loading
net/sctp/input.c +1 −1 Original line number Diff line number Diff line Loading @@ -590,7 +590,7 @@ void sctp_v4_err(struct sk_buff *skb, __u32 info) * Return 0 - If further processing is needed. * Return 1 - If the packet can be discarded right away. */ int sctp_rcv_ootb(struct sk_buff *skb) static int sctp_rcv_ootb(struct sk_buff *skb) { sctp_chunkhdr_t *ch; __u8 *ch_end; Loading
net/sctp/socket.c +3 −3 Original line number Diff line number Diff line Loading @@ -433,7 +433,7 @@ static int sctp_send_asconf(struct sctp_association *asoc, * * Only sctp_setsockopt_bindx() is supposed to call this function. */ int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt) static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt) { int cnt; int retval = 0; Loading Loading @@ -602,7 +602,7 @@ static int sctp_send_asconf_add_ip(struct sock *sk, * * Only sctp_setsockopt_bindx() is supposed to call this function. */ int sctp_bindx_rem(struct sock *sk, struct sockaddr *addrs, int addrcnt) static int sctp_bindx_rem(struct sock *sk, struct sockaddr *addrs, int addrcnt) { struct sctp_sock *sp = sctp_sk(sk); struct sctp_endpoint *ep = sp->ep; Loading Loading @@ -5964,7 +5964,7 @@ static int sctp_wait_for_accept(struct sock *sk, long timeo) return err; } void sctp_wait_for_close(struct sock *sk, long timeout) static void sctp_wait_for_close(struct sock *sk, long timeout) { DEFINE_WAIT(wait); Loading