diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-06-19 17:25:01 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-06-19 17:24:59 -0700 |
| commit | 14f9c777669f76fc6aac1676eebb706309621905 (patch) | |
| tree | 368dd102791e159cb756deef802c6ebe325bc9cb /include/linux | |
| parent | 291c54b284a48dbaa69a0ddaedc7d05ab41ea59a (diff) | |
| parent | a32f2cd759060ad2dd0a087177dfa108d48d2574 (diff) | |
Merge "Merge android-4.4.182 (9c4ab57) into msm-4.4"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tcp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 747404dbe506..085da1707cea 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -419,4 +419,7 @@ static inline void tcp_saved_syn_free(struct tcp_sock *tp) tp->saved_syn = NULL; } +int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount, + int shiftlen); + #endif /* _LINUX_TCP_H */ |
