netfilter: synproxy: rename mss synproxy_options field
After introduce "mss_encode" field in the synproxy_options struct the field "mss" is a little confusing. It has been renamed to "mss_option". Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
4de97b0c86
commit
8c0bb78738
5 changed files with 11 additions and 11 deletions
|
|
@ -67,7 +67,7 @@ static inline struct synproxy_net *synproxy_pernet(struct net *net)
|
|||
struct synproxy_options {
|
||||
u8 options;
|
||||
u8 wscale;
|
||||
u16 mss;
|
||||
u16 mss_option;
|
||||
u16 mss_encode;
|
||||
u32 tsval;
|
||||
u32 tsecr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue