Lines Matching full:learning
38 " [ [no]learning ]\n" in print_explain()
82 __u8 learning = 1; in vxlan_parse_opt() local
246 learning = 0; in vxlan_parse_opt()
247 } else if (!matches(*argv, "learning")) { in vxlan_parse_opt()
249 learning = 1; in vxlan_parse_opt()
316 learning = 0; in vxlan_parse_opt()
317 /* we will add LEARNING attribute outside of the loop */ in vxlan_parse_opt()
385 addattr8(n, 1024, IFLA_VXLAN_LEARNING, learning); in vxlan_parse_opt()
500 __u8 learning = rta_getattr_u8(tb[IFLA_VXLAN_LEARNING]); in vxlan_print_opt() local
502 print_bool(PRINT_JSON, "learning", NULL, learning); in vxlan_print_opt()
503 if (!learning) in vxlan_print_opt()