Home
last modified time | relevance | path

Searched hist:"5110 effee8fde2edfacac9cd12a9960ab2dc39ea" (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/net/
H A Dneighbour.hdiff 5110effee8fde2edfacac9cd12a9960ab2dc39ea Mon Jul 02 04:21:03 CDT 2012 David S. Miller <davem@davemloft.net> net: Do delayed neigh confirmation.

When a dst_confirm() happens, mark the confirmation as pending in the
dst. Then on the next packet out, when we have the neigh in-hand, do
the update.

This removes the dependency in dst_confirm() of dst's having an
attached neigh.

While we're here, remove the explicit 'dst' NULL check, all except 2
or 3 call sites ensure it's not NULL. So just fix those cases up.

Signed-off-by: David S. Miller <davem@davemloft.net>
H A Ddst.hdiff 5110effee8fde2edfacac9cd12a9960ab2dc39ea Mon Jul 02 04:21:03 CDT 2012 David S. Miller <davem@davemloft.net> net: Do delayed neigh confirmation.

When a dst_confirm() happens, mark the confirmation as pending in the
dst. Then on the next packet out, when we have the neigh in-hand, do
the update.

This removes the dependency in dst_confirm() of dst's having an
attached neigh.

While we're here, remove the explicit 'dst' NULL check, all except 2
or 3 call sites ensure it's not NULL. So just fix those cases up.

Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/core/
H A Ddst.cdiff 5110effee8fde2edfacac9cd12a9960ab2dc39ea Mon Jul 02 04:21:03 CDT 2012 David S. Miller <davem@davemloft.net> net: Do delayed neigh confirmation.

When a dst_confirm() happens, mark the confirmation as pending in the
dst. Then on the next packet out, when we have the neigh in-hand, do
the update.

This removes the dependency in dst_confirm() of dst's having an
attached neigh.

While we're here, remove the explicit 'dst' NULL check, all except 2
or 3 call sites ensure it's not NULL. So just fix those cases up.

Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/ipv4/
H A Dip_output.cdiff 5110effee8fde2edfacac9cd12a9960ab2dc39ea Mon Jul 02 04:21:03 CDT 2012 David S. Miller <davem@davemloft.net> net: Do delayed neigh confirmation.

When a dst_confirm() happens, mark the confirmation as pending in the
dst. Then on the next packet out, when we have the neigh in-hand, do
the update.

This removes the dependency in dst_confirm() of dst's having an
attached neigh.

While we're here, remove the explicit 'dst' NULL check, all except 2
or 3 call sites ensure it's not NULL. So just fix those cases up.

Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dtcp_input.cdiff 5110effee8fde2edfacac9cd12a9960ab2dc39ea Mon Jul 02 04:21:03 CDT 2012 David S. Miller <davem@davemloft.net> net: Do delayed neigh confirmation.

When a dst_confirm() happens, mark the confirmation as pending in the
dst. Then on the next packet out, when we have the neigh in-hand, do
the update.

This removes the dependency in dst_confirm() of dst's having an
attached neigh.

While we're here, remove the explicit 'dst' NULL check, all except 2
or 3 call sites ensure it's not NULL. So just fix those cases up.

Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/ipv6/
H A Dip6_output.cdiff 5110effee8fde2edfacac9cd12a9960ab2dc39ea Mon Jul 02 04:21:03 CDT 2012 David S. Miller <davem@davemloft.net> net: Do delayed neigh confirmation.

When a dst_confirm() happens, mark the confirmation as pending in the
dst. Then on the next packet out, when we have the neigh in-hand, do
the update.

This removes the dependency in dst_confirm() of dst's having an
attached neigh.

While we're here, remove the explicit 'dst' NULL check, all except 2
or 3 call sites ensure it's not NULL. So just fix those cases up.

Signed-off-by: David S. Miller <davem@davemloft.net>