diff options
author | Christian Brauner <christian@brauner.io> | 2018-09-04 21:53:54 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-05 22:27:11 -0700 |
commit | 978a46fa6c34c311f44e6f832cbea765ac148ace (patch) | |
tree | 16e4db6d669d6bf5772d03e1f33b08c97b22a20d /net/ipv6 | |
parent | 7e4a8d5a93f649a1c0a0181cab5d965b1f85cf71 (diff) | |
download | linux-stable-978a46fa6c34c311f44e6f832cbea765ac148ace.tar.gz linux-stable-978a46fa6c34c311f44e6f832cbea765ac148ace.tar.bz2 linux-stable-978a46fa6c34c311f44e6f832cbea765ac148ace.zip |
ipv4: add inet_fill_args
inet_fill_ifaddr() already took 6 arguments which meant the 7th argument
would need to be pushed onto the stack on x86.
Add a new struct inet_fill_args which holds common information passed
to inet_fill_ifaddr() and shortens the function to three pointer arguments.
Signed-off-by: Christian Brauner <christian@brauner.io>
Cc: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions