diff options
author | David S. Miller <davem@davemloft.net> | 2013-12-18 16:42:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-18 16:42:06 -0500 |
commit | 143c9054949436cb05e468439dc5e46231f33d09 (patch) | |
tree | c2e972d8188fb1b36368e9acb5b6b59466c9d903 /include/net/sctp | |
parent | 0b6807034791160d5e584138943d2daea765436d (diff) | |
parent | 35eecf052250f663f07a4cded7d3503fd1b50729 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/macvtap.c
Both minor merge hassles, simple overlapping changes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sctp')
-rw-r--r-- | include/net/sctp/structs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index e8b2ff5c2804..41c7013e2699 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1724,12 +1724,6 @@ struct sctp_association { | |||
1724 | /* How many duplicated TSNs have we seen? */ | 1724 | /* How many duplicated TSNs have we seen? */ |
1725 | int numduptsns; | 1725 | int numduptsns; |
1726 | 1726 | ||
1727 | /* Number of seconds of idle time before an association is closed. | ||
1728 | * In the association context, this is really used as a boolean | ||
1729 | * since the real timeout is stored in the timeouts array | ||
1730 | */ | ||
1731 | __u32 autoclose; | ||
1732 | |||
1733 | /* These are to support | 1727 | /* These are to support |
1734 | * "SCTP Extensions for Dynamic Reconfiguration of IP Addresses | 1728 | * "SCTP Extensions for Dynamic Reconfiguration of IP Addresses |
1735 | * and Enforcement of Flow and Message Limits" | 1729 | * and Enforcement of Flow and Message Limits" |