]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions
authorPablo Neira Ayuso <pablo@netfilter.org>
Sun, 26 Oct 2014 11:35:54 +0000 (12:35 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 31 Oct 2014 11:49:57 +0000 (12:49 +0100)
commit4e6e9c877460e8655bf68ae42871bd48986c659b
tree8943ef4d637d755cc53b7013d7c39d2a1a367601
parente3d76d4a4a7529a5aee9563baf08404d62230edd
netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions

That can be reused by the reject bridge expression to build the reject
packet. The new functions are:

* nf_reject_ip6_tcphdr_get(): to sanitize and to obtain the TCP header.
* nf_reject_ip6hdr_put(): to build the IPv6 header.
* nf_reject_ip6_tcphdr_put(): to build the TCP header.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/ipv6/nf_reject.h
net/ipv6/netfilter/nf_reject_ipv6.c