commit | 429f08e950a88cd826b203ea898c2f2d0f7db9de | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Mon Nov 05 21:03:24 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Nov 07 04:08:25 2007 -0800 |
tree | 7ee583efb040adb192c63734516b56849d7c6c10 | |
parent | e011ff48abc1b0ee97cde26b7700d2cca689e7c3 [diff] |
[IPV4]: Consolidate the ip cork destruction in ip_output.c The ip_push_pending_frames and ip_flush_pending_frames do the same things to flush the sock's cork. Move this into a separate function and save ~80 bytes from the .text Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>