diff options
author | 2015-05-30 15:28:28 +0200 | |
---|---|---|
committer | 2015-06-12 14:08:51 +0200 | |
commit | 411ffb4fde80705a9a8db4c2d38dbeef6f5bd689 (patch) | |
tree | 225a56eb69a24396de12556e0641955ae4801fac /net/ipv6/netfilter.c | |
parent | netfilter: bridge: detect NAT66 correctly and change MAC address (diff) | |
download | wireguard-linux-411ffb4fde80705a9a8db4c2d38dbeef6f5bd689.tar.xz wireguard-linux-411ffb4fde80705a9a8db4c2d38dbeef6f5bd689.zip |
netfilter: bridge: refactor frag_max_size
Currently frag_max_size is member of br_input_skb_cb and copied back and
forth using IPCB(skb) and BR_INPUT_SKB_CB(skb) each time it is changed or
used.
Attach frag_max_size to nf_bridge_info and set value in pre_routing and
forward functions. Use its value in forward and xmit functions.
Signed-off-by: Bernhard Thaler <bernhard.thaler@wvnet.at>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv6/netfilter.c')
0 files changed, 0 insertions, 0 deletions