Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/netfilter/
H A Darp_tables.c188 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in arpt_do_table() local
202 indev = state->in ? state->in->name : nulldevname; in arpt_do_table()
203 outdev = state->out ? state->out->name : nulldevname; in arpt_do_table()
H A Dip_tables.c229 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in ipt_do_table() local
244 indev = state->in ? state->in->name : nulldevname; in ipt_do_table()
245 outdev = state->out ? state->out->name : nulldevname; in ipt_do_table()
/openbmc/linux/net/ipv6/netfilter/
H A Dip6_tables.c253 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in ip6t_do_table() local
266 indev = state->in ? state->in->name : nulldevname; in ip6t_do_table()
267 outdev = state->out ? state->out->name : nulldevname; in ip6t_do_table()