Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Darp_tables.c254 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in arpt_do_table() local
267 indev = state->in ? state->in->name : nulldevname; in arpt_do_table()
268 outdev = state->out ? state->out->name : nulldevname; in arpt_do_table()
Dip_tables.c294 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in ipt_do_table() local
308 indev = state->in ? state->in->name : nulldevname; in ipt_do_table()
309 outdev = state->out ? state->out->name : nulldevname; in ipt_do_table()
/linux-4.1.27/net/ipv6/netfilter/
Dip6_tables.c323 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long)))); in ip6t_do_table() local
335 indev = state->in ? state->in->name : nulldevname; in ip6t_do_table()
336 outdev = state->out ? state->out->name : nulldevname; in ip6t_do_table()