search for: sendack

Displaying 1 result from an estimated 1 matches for "sendack".

Did you mean: send_ack
2018 Jun 07
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
..._add(__u16 *seq, __u16 off) @@ -180 +180 @@ static __inline__ void seq_add(__u16 *seq, __u16 off) -static __inline__ int seq_next(__u16 seq1, __u16 seq2) +static inline int seq_next(__u16 seq1, __u16 seq2) @@ -188 +188 @@ static __inline__ int seq_next(__u16 seq1, __u16 seq2) -static __inline__ int sendack(__u16 seq) +static inline int sendack(__u16 seq) @@ -196 +196 @@ static __inline__ int sendack(__u16 seq) -static __inline__ int dn_congested(struct sock *sk) +static inline int dn_congested(struct sock *sk) diff --git a/include/net/ip.h b/include/net/ip.h index ecffd843e7b8..41a4a6597d96 100644 --...