Home
last modified time | relevance | path

Searched hist:"5 a43f697cc105544fb85f3a0bbc8223ec50b28d0" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv4/
H A Digmp.cdiff 5a43f697cc105544fb85f3a0bbc8223ec50b28d0 Thu Oct 03 16:26:52 CDT 2019 Alexey Dobriyan <adobriyan@gmail.com> igmp: uninline ip_mc_validate_checksum()

This function is only used via function pointer.

"inline" doesn't hurt given that taking address of an inline function
forces out-of-line version but it doesn't help either.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>