net/bpfilter: split __bpfilter_process_sockopt
authorChristoph Hellwig <hch@lst.de>
Thu, 23 Jul 2020 06:08:44 +0000 (08:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jul 2020 22:41:53 +0000 (15:41 -0700)
commitc9ffebdde8deccf9ea3a7a97bcd84de0a35ddad7
tree7f92a884306f8e1ce1697dcb6c245f8cfe20f433
parente024e008186bf9f4109c86b66dd60d0f926bc1fb
net/bpfilter: split __bpfilter_process_sockopt

Split __bpfilter_process_sockopt into a low-level send request routine and
the actual setsockopt hook to split the init time ping from the actual
setsockopt processing.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bpfilter/bpfilter_kern.c