Home
last modified time | relevance | path

Searched hist:aeaf6e9d2f49d793d3eb8c1af4095cf25e061b94 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dndisc.cdiff aeaf6e9d2f49d793d3eb8c1af4095cf25e061b94 Fri Nov 30 04:25:59 CST 2012 Shmulik Ladkani <shmulik.ladkani@gmail.com> ipv6: unify logic evaluating inet6_dev's accept_ra property

As of 026359b [ipv6: Send ICMPv6 RSes only when RAs are accepted], the
logic determining whether to send Router Solicitations is identical
to the logic determining whether kernel accepts Router Advertisements.

However the condition itself is repeated in several code locations.

Unify it by introducing 'ipv6_accept_ra()' accessor.

Also, simplify the condition expression, making it more readable.
No semantic change.

Signed-off-by: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Daddrconf.cdiff aeaf6e9d2f49d793d3eb8c1af4095cf25e061b94 Fri Nov 30 04:25:59 CST 2012 Shmulik Ladkani <shmulik.ladkani@gmail.com> ipv6: unify logic evaluating inet6_dev's accept_ra property

As of 026359b [ipv6: Send ICMPv6 RSes only when RAs are accepted], the
logic determining whether to send Router Solicitations is identical
to the logic determining whether kernel accepts Router Advertisements.

However the condition itself is repeated in several code locations.

Unify it by introducing 'ipv6_accept_ra()' accessor.

Also, simplify the condition expression, making it more readable.
No semantic change.

Signed-off-by: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/include/net/
H A Dipv6.hdiff aeaf6e9d2f49d793d3eb8c1af4095cf25e061b94 Fri Nov 30 04:25:59 CST 2012 Shmulik Ladkani <shmulik.ladkani@gmail.com> ipv6: unify logic evaluating inet6_dev's accept_ra property

As of 026359b [ipv6: Send ICMPv6 RSes only when RAs are accepted], the
logic determining whether to send Router Solicitations is identical
to the logic determining whether kernel accepts Router Advertisements.

However the condition itself is repeated in several code locations.

Unify it by introducing 'ipv6_accept_ra()' accessor.

Also, simplify the condition expression, making it more readable.
No semantic change.

Signed-off-by: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>