Home
last modified time | relevance | path

Searched hist:"7 d6850f7c618d8f13d7945dd0dcee98223be6459" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ipv6/
H A Ddatagram.cdiff 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 Droute.cdiff 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 Dip6_route.hdiff 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>