Home
last modified time | relevance | path

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

/linux-3.4.99/net/netfilter/
Dxt_physdev.c27 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in physdev_mt() local
70 indev = nf_bridge->physindev ? nf_bridge->physindev->name : nulldevname; in physdev_mt()
80 nf_bridge->physoutdev->name : nulldevname; in physdev_mt()
/linux-3.4.99/net/ipv4/netfilter/
Darp_tables.c255 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in arpt_do_table() local
268 indev = in ? in->name : nulldevname; in arpt_do_table()
269 outdev = out ? out->name : nulldevname; in arpt_do_table()
Dip_tables.c295 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in ipt_do_table() local
309 indev = in ? in->name : nulldevname; in ipt_do_table()
310 outdev = out ? out->name : nulldevname; in ipt_do_table()
/linux-3.4.99/net/ipv6/netfilter/
Dip6_tables.c321 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in ip6t_do_table() local
333 indev = in ? in->name : nulldevname; in ip6t_do_table()
334 outdev = out ? out->name : nulldevname; in ip6t_do_table()