Searched hist:acb3e04119fbf9145eb6d6bb707f6fb662ab4d3b (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | ip6_checksum.c | acb3e04119fbf9145eb6d6bb707f6fb662ab4d3b Mon Jan 07 14:52:40 CST 2013 Cong Wang <amwang@redhat.com> ipv6: move csum_ipv6_magic() and udp6_csum_init() into static library
As suggested by David, udp6_csum_init() is too big to be inlined, move it to ipv6 static library, net/ipv6/ip6_checksum.c.
And the generic csum_ipv6_magic() too.
Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Makefile | diff acb3e04119fbf9145eb6d6bb707f6fb662ab4d3b Mon Jan 07 14:52:40 CST 2013 Cong Wang <amwang@redhat.com> ipv6: move csum_ipv6_magic() and udp6_csum_init() into static library
As suggested by David, udp6_csum_init() is too big to be inlined, move it to ipv6 static library, net/ipv6/ip6_checksum.c.
And the generic csum_ipv6_magic() too.
Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | udp.c | diff acb3e04119fbf9145eb6d6bb707f6fb662ab4d3b Mon Jan 07 14:52:40 CST 2013 Cong Wang <amwang@redhat.com> ipv6: move csum_ipv6_magic() and udp6_csum_init() into static library
As suggested by David, udp6_csum_init() is too big to be inlined, move it to ipv6 static library, net/ipv6/ip6_checksum.c.
And the generic csum_ipv6_magic() too.
Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | ip6_checksum.h | diff acb3e04119fbf9145eb6d6bb707f6fb662ab4d3b Mon Jan 07 14:52:40 CST 2013 Cong Wang <amwang@redhat.com> ipv6: move csum_ipv6_magic() and udp6_csum_init() into static library
As suggested by David, udp6_csum_init() is too big to be inlined, move it to ipv6 static library, net/ipv6/ip6_checksum.c.
And the generic csum_ipv6_magic() too.
Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|