Files
linux/net
Zhengchao Shao 8fff09effb net: sched: act_bpf: simplify code logic in tcf_bpf_init()
Both is_bpf and is_ebpf are boolean types, so
(!is_bpf && !is_ebpf) || (is_bpf && is_ebpf) can be reduced to
is_bpf == is_ebpf in tcf_bpf_init().

Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-09-28 09:38:56 +01:00
..
2022-02-25 09:36:06 +01:00
2022-09-26 11:00:19 -07:00
2022-09-27 10:26:17 +02:00
2022-09-27 17:29:09 -07:00
2022-09-26 11:00:19 -07:00
2022-08-22 14:26:30 +01:00
2022-08-22 14:26:30 +01:00