Loading net/sctp/output.c +2 −2 Original line number Diff line number Diff line Loading @@ -558,7 +558,7 @@ int sctp_packet_transmit(struct sctp_packet *packet) * Note: The works for IPv6 layer checks this bit too later * in transmission. See IP6_ECN_flow_xmit(). */ (*tp->af_specific->ecn_capable)(nskb->sk); tp->af_specific->ecn_capable(nskb->sk); /* Set up the IP options. */ /* BUG: not implemented Loading Loading @@ -593,7 +593,7 @@ int sctp_packet_transmit(struct sctp_packet *packet) pr_debug("***sctp_transmit_packet*** skb->len:%d\n", nskb->len); nskb->local_df = packet->ipfragok; (*tp->af_specific->sctp_xmit)(nskb, tp); tp->af_specific->sctp_xmit(nskb, tp); out: sctp_packet_reset(packet); Loading net/sctp/sm_sideeffect.c +1 −1 Original line number Diff line number Diff line Loading @@ -1115,7 +1115,7 @@ int sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype, sctp_init_cmd_seq(&commands); debug_pre_sfn(); status = (*state_fn->fn)(net, ep, asoc, subtype, event_arg, &commands); status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); debug_post_sfn(); error = sctp_side_effects(event_type, subtype, state, Loading Loading
net/sctp/output.c +2 −2 Original line number Diff line number Diff line Loading @@ -558,7 +558,7 @@ int sctp_packet_transmit(struct sctp_packet *packet) * Note: The works for IPv6 layer checks this bit too later * in transmission. See IP6_ECN_flow_xmit(). */ (*tp->af_specific->ecn_capable)(nskb->sk); tp->af_specific->ecn_capable(nskb->sk); /* Set up the IP options. */ /* BUG: not implemented Loading Loading @@ -593,7 +593,7 @@ int sctp_packet_transmit(struct sctp_packet *packet) pr_debug("***sctp_transmit_packet*** skb->len:%d\n", nskb->len); nskb->local_df = packet->ipfragok; (*tp->af_specific->sctp_xmit)(nskb, tp); tp->af_specific->sctp_xmit(nskb, tp); out: sctp_packet_reset(packet); Loading
net/sctp/sm_sideeffect.c +1 −1 Original line number Diff line number Diff line Loading @@ -1115,7 +1115,7 @@ int sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype, sctp_init_cmd_seq(&commands); debug_pre_sfn(); status = (*state_fn->fn)(net, ep, asoc, subtype, event_arg, &commands); status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); debug_post_sfn(); error = sctp_side_effects(event_type, subtype, state, Loading