Loading drivers/net/ppp/pppopns.c +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ drop: return NET_RX_DROP; } static void pppopns_recv(struct sock *sk_raw, int length) static void pppopns_recv(struct sock *sk_raw) { struct sk_buff *skb; while ((skb = skb_dequeue(&sk_raw->sk_receive_queue))) { Loading include/linux/if_pppox.h +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ struct pppopns_opt { __u16 remote; __u32 recv_sequence; __u32 xmit_sequence; void (*data_ready)(struct sock *sk_raw, int length); void (*data_ready)(struct sock *sk_raw); int (*backlog_rcv)(struct sock *sk_raw, struct sk_buff *skb); }; Loading Loading
drivers/net/ppp/pppopns.c +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ drop: return NET_RX_DROP; } static void pppopns_recv(struct sock *sk_raw, int length) static void pppopns_recv(struct sock *sk_raw) { struct sk_buff *skb; while ((skb = skb_dequeue(&sk_raw->sk_receive_queue))) { Loading
include/linux/if_pppox.h +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ struct pppopns_opt { __u16 remote; __u32 recv_sequence; __u32 xmit_sequence; void (*data_ready)(struct sock *sk_raw, int length); void (*data_ready)(struct sock *sk_raw); int (*backlog_rcv)(struct sock *sk_raw, struct sk_buff *skb); }; Loading