Home
last modified time | relevance | path

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

/net/ipv4/netfilter/
Darp_tables.c186 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in arpt_do_table() local
200 indev = state->in ? state->in->name : nulldevname; in arpt_do_table()
201 outdev = state->out ? state->out->name : nulldevname; in arpt_do_table()
Dip_tables.c232 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in ipt_do_table() local
247 indev = state->in ? state->in->name : nulldevname; in ipt_do_table()
248 outdev = state->out ? state->out->name : nulldevname; in ipt_do_table()
/net/ipv6/netfilter/
Dip6_tables.c257 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in ip6t_do_table() local
270 indev = state->in ? state->in->name : nulldevname; in ip6t_do_table()
271 outdev = state->out ? state->out->name : nulldevname; in ip6t_do_table()