Loading net/l2tp/l2tp_core.c +2 −4 Original line number Diff line number Diff line Loading @@ -1007,7 +1007,7 @@ static int l2tp_build_l2tpv3_header(struct l2tp_session *session, void *buf) return bufp - optr; } static int l2tp_xmit_core(struct l2tp_session *session, struct sk_buff *skb, static void l2tp_xmit_core(struct l2tp_session *session, struct sk_buff *skb, struct flowi *fl, size_t data_len) { struct l2tp_tunnel *tunnel = session->tunnel; Loading Loading @@ -1050,8 +1050,6 @@ static int l2tp_xmit_core(struct l2tp_session *session, struct sk_buff *skb, atomic_long_inc(&tunnel->stats.tx_errors); atomic_long_inc(&session->stats.tx_errors); } return 0; } /* If caller requires the skb to have a ppp header, the header must be Loading Loading
net/l2tp/l2tp_core.c +2 −4 Original line number Diff line number Diff line Loading @@ -1007,7 +1007,7 @@ static int l2tp_build_l2tpv3_header(struct l2tp_session *session, void *buf) return bufp - optr; } static int l2tp_xmit_core(struct l2tp_session *session, struct sk_buff *skb, static void l2tp_xmit_core(struct l2tp_session *session, struct sk_buff *skb, struct flowi *fl, size_t data_len) { struct l2tp_tunnel *tunnel = session->tunnel; Loading Loading @@ -1050,8 +1050,6 @@ static int l2tp_xmit_core(struct l2tp_session *session, struct sk_buff *skb, atomic_long_inc(&tunnel->stats.tx_errors); atomic_long_inc(&session->stats.tx_errors); } return 0; } /* If caller requires the skb to have a ppp header, the header must be Loading