Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/8021q/
Dvlanproc.c248 page = kmalloc(VLAN_PROC_BUFSZ, GFP_KERNEL); in vlan_proc_read()
250 page, VLAN_PROC_BUFSZ); in vlan_proc_read()
311 if ((cnt + 100) > VLAN_PROC_BUFSZ) { in vlan_proc_get_vlan_info()
312 if ((cnt+strlen(term_msg)) < VLAN_PROC_BUFSZ) in vlan_proc_get_vlan_info()
407 if ((cnt + 100) > VLAN_PROC_BUFSZ) { in vlandev_get_info()
408 if ((cnt + strlen(term_msg)) >= VLAN_PROC_BUFSZ) { in vlandev_get_info()
425 if ((cnt + 100) > VLAN_PROC_BUFSZ) { in vlandev_get_info()
426 if ((cnt + strlen(term_msg)) >= VLAN_PROC_BUFSZ) { in vlandev_get_info()
Dvlanproc.h10 #define VLAN_PROC_BUFSZ (4096) /* buffer size for printing proc info */ macro