Searched refs:nulldevname (Results 1 – 3 of 3) sorted by relevance
187 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in arpt_do_table() local201 indev = state->in ? state->in->name : nulldevname; in arpt_do_table()202 outdev = state->out ? state->out->name : nulldevname; in arpt_do_table()
230 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in ipt_do_table() local245 indev = state->in ? state->in->name : nulldevname; in ipt_do_table()246 outdev = state->out ? state->out->name : nulldevname; in ipt_do_table()
255 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in ip6t_do_table() local268 indev = state->in ? state->in->name : nulldevname; in ip6t_do_table()269 outdev = state->out ? state->out->name : nulldevname; in ip6t_do_table()