Lines Matching refs:iflags
72 __u16 iflags = 0; in gre_parse_opt() local
126 iflags = rta_getattr_u16(greinfo[IFLA_GRE_IFLAGS]); in gre_parse_opt()
158 iflags |= GRE_KEY; in gre_parse_opt()
176 iflags |= GRE_KEY; in gre_parse_opt()
203 iflags |= GRE_SEQ; in gre_parse_opt()
206 iflags |= GRE_SEQ; in gre_parse_opt()
210 iflags |= GRE_CSUM; in gre_parse_opt()
213 iflags |= GRE_CSUM; in gre_parse_opt()
284 addattr_l(n, 1024, IFLA_GRE_IFLAGS, &iflags, 2); in gre_parse_opt()
304 unsigned iflags = 0; in gre_print_opt() local
369 iflags = rta_getattr_u16(tb[IFLA_GRE_IFLAGS]); in gre_print_opt()
374 if ((iflags & GRE_KEY) && tb[IFLA_GRE_IKEY]) { in gre_print_opt()
384 if (iflags & GRE_SEQ) in gre_print_opt()
388 if (iflags & GRE_CSUM) in gre_print_opt()