Searched hist:"7 d6850f7c618d8f13d7945dd0dcee98223be6459" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | datagram.c | diff 7d6850f7c618d8f13d7945dd0dcee98223be6459 Tue Apr 03 07:00:07 CDT 2018 Alexey Kodanev <alexey.kodanev@oracle.com> ipv6: add a wrapper for ip6_dst_store() with flowi6 checks
Move commonly used pattern of ip6_dst_store() usage to a separate function - ip6_sk_dst_store_flow(), which will check the addresses for equality using the flow information, before saving them.
There is no functional changes in this patch. In addition, it will be used in the next patch, in ip6_sk_dst_lookup_flow().
Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | route.c | diff 7d6850f7c618d8f13d7945dd0dcee98223be6459 Tue Apr 03 07:00:07 CDT 2018 Alexey Kodanev <alexey.kodanev@oracle.com> ipv6: add a wrapper for ip6_dst_store() with flowi6 checks
Move commonly used pattern of ip6_dst_store() usage to a separate function - ip6_sk_dst_store_flow(), which will check the addresses for equality using the flow information, before saving them.
There is no functional changes in this patch. In addition, it will be used in the next patch, in ip6_sk_dst_lookup_flow().
Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | ip6_route.h | diff 7d6850f7c618d8f13d7945dd0dcee98223be6459 Tue Apr 03 07:00:07 CDT 2018 Alexey Kodanev <alexey.kodanev@oracle.com> ipv6: add a wrapper for ip6_dst_store() with flowi6 checks
Move commonly used pattern of ip6_dst_store() usage to a separate function - ip6_sk_dst_store_flow(), which will check the addresses for equality using the flow information, before saving them.
There is no functional changes in this patch. In addition, it will be used in the next patch, in ip6_sk_dst_lookup_flow().
Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|