commit | e05dc4cf56d70225fc76225a3fd7df9f7b8ca5f9 | [log] [tgz] |
---|---|---|
author | Zhang Chen <zhangchen.fnst@cn.fujitsu.com> | Wed May 17 10:09:39 2017 +0800 |
committer | Jason Wang <jasowang@redhat.com> | Tue May 23 10:10:38 2017 +0800 |
tree | 361af7dd00c65cc110457e0fa63d99ba6ccf65dd | |
parent | e2f840163854ee5f666bc07db77bd88ac25b45bc [diff] |
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>