Searched refs:r_cfg (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/net/ipv6/
H A Droute.c2522 struct fib6_config r_cfg; member in struct:rt6_nh
2533 &nh->r_cfg.fc_dst, &nh->r_cfg.fc_gateway, list_for_each_entry()
2534 nh->r_cfg.fc_ifindex); list_for_each_entry()
2539 struct rt6_info *rt, struct fib6_config *r_cfg) ip6_route_info_append()
2560 err = ip6_convert_metrics(&nh->mxc, r_cfg);
2565 memcpy(&nh->r_cfg, r_cfg, sizeof(*r_cfg));
2573 struct fib6_config r_cfg; ip6_route_multipath_add() local
2593 memcpy(&r_cfg, cfg, sizeof(*cfg)); ip6_route_multipath_add()
2595 r_cfg.fc_ifindex = rtnh->rtnh_ifindex; ip6_route_multipath_add()
2603 r_cfg.fc_gateway = nla_get_in6_addr(nla); ip6_route_multipath_add()
2604 r_cfg.fc_flags |= RTF_GATEWAY; ip6_route_multipath_add()
2608 err = ip6_route_info_create(&r_cfg, &rt); ip6_route_multipath_add()
2612 err = ip6_route_info_append(&rt6_nh_list, rt, &r_cfg); ip6_route_multipath_add()
2652 ip6_route_del(&nh->r_cfg); ip6_route_multipath_add()
2670 struct fib6_config r_cfg; ip6_route_multipath_del() local
2681 memcpy(&r_cfg, cfg, sizeof(*cfg)); ip6_route_multipath_del()
2683 r_cfg.fc_ifindex = rtnh->rtnh_ifindex; ip6_route_multipath_del()
2691 nla_memcpy(&r_cfg.fc_gateway, nla, 16); ip6_route_multipath_del()
2692 r_cfg.fc_flags |= RTF_GATEWAY; ip6_route_multipath_del()
2695 err = ip6_route_del(&r_cfg); ip6_route_multipath_del()
2538 ip6_route_info_append(struct list_head *rt6_nh_list, struct rt6_info *rt, struct fib6_config *r_cfg) ip6_route_info_append() argument
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c1300 struct i40e_dcbx_config *r_cfg = i40e_dbg_command_write() local
1371 r_cfg->etscfg.willing, i40e_dbg_command_write()
1372 r_cfg->etscfg.cbs, r_cfg->etscfg.maxtcs); i40e_dbg_command_write()
1375 i, r_cfg->etscfg.prioritytable[i], i40e_dbg_command_write()
1376 r_cfg->etscfg.tcbwtable[i], i40e_dbg_command_write()
1377 r_cfg->etscfg.tsatable[i]); i40e_dbg_command_write()
1381 i, r_cfg->etsrec.prioritytable[i], i40e_dbg_command_write()
1382 r_cfg->etsrec.tcbwtable[i], i40e_dbg_command_write()
1383 r_cfg->etsrec.tsatable[i]); i40e_dbg_command_write()
1387 r_cfg->pfc.willing, i40e_dbg_command_write()
1388 r_cfg->pfc.mbc, i40e_dbg_command_write()
1389 r_cfg->pfc.pfccap, i40e_dbg_command_write()
1390 r_cfg->pfc.pfcenable); i40e_dbg_command_write()
1393 r_cfg->numapps); i40e_dbg_command_write()
1394 for (i = 0; i < r_cfg->numapps; i++) { i40e_dbg_command_write()
1396 i, r_cfg->app[i].priority, i40e_dbg_command_write()
1397 r_cfg->app[i].selector, i40e_dbg_command_write()
1398 r_cfg->app[i].protocolid); i40e_dbg_command_write()

Completed in 156 milliseconds