net/filter-mirror.c: Rename filter_mirror_send() and fix codestyle
commite05dc4cf56d70225fc76225a3fd7df9f7b8ca5f9
authorZhang Chen <zhangchen.fnst@cn.fujitsu.com>
Wed, 17 May 2017 02:09:39 +0000 (17 10:09 +0800)
committerJason Wang <jasowang@redhat.com>
Tue, 23 May 2017 02:10:38 +0000 (23 10:10 +0800)
tree361af7dd00c65cc110457e0fa63d99ba6ccf65dd
parente2f840163854ee5f666bc07db77bd88ac25b45bc
net/filter-mirror.c: Rename filter_mirror_send() and fix codestyle

Because filter_mirror_receive_iov() and filter_redirector_receive_iov()
both use the filter_mirror_send() to send packet, so I change
filter_mirror_send() to filter_send() that looks more common.
And fix some codestyle.

Signed-off-by: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/filter-mirror.c