Searched hist:"5110 effee8fde2edfacac9cd12a9960ab2dc39ea" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/net/ |
H A D | neighbour.h | diff 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 D | dst.h | diff 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 D | dst.c | diff 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 D | ip_output.c | diff 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 D | tcp_input.c | diff 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 D | ip6_output.c | diff 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>
|