Home
last modified time | relevance | path

Searched refs:tmp_fw (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Dip_fw_compat.c222 char tmp_fw[200]; in sock_fn() local
226 if (len > sizeof(tmp_fw) || len < 1) in sock_fn()
229 if (copy_from_user(&tmp_fw, user, len)) in sock_fn()
232 return -ip_fw_ctl(optval, &tmp_fw, len); in sock_fn()