freebsd-dev/sys/netpfil
Justin Hibbits e81fcbece8 ipfw: Constify name argument for hash lookup
The name doesn't get modified, and it gets passed through to a hash
function that accepts only a const pointer.  Const it for correctness.

Sponsored by:	Juniper Networks, Inc.
2022-12-20 11:18:49 -05:00
..
ipfilter/netinet ipfilter: Fix mismatch in array bounds. 2022-12-07 12:32:38 -08:00
ipfw ipfw: Constify name argument for hash lookup 2022-12-20 11:18:49 -05:00
pf pf: Fix definitions of pf_pfil_*_hooked 2022-12-14 09:29:59 -05:00