According to my measurements, ip_vs_control_add() (from include/net/ip_vs.h) is called twice and sock_queue_rcv_skb() (from include/net/sock.h) is called 19 times from various kernel .c files. Both these includes generate more than 500 bytes of code on x86. These patches uninline them. Please apply. -- vda