Lines Matching refs:array
5628 __s32 *array, int bytes) in ipv6_store_devconf() argument
5632 memset(array, 0, bytes); in ipv6_store_devconf()
5633 array[DEVCONF_FORWARDING] = READ_ONCE(cnf->forwarding); in ipv6_store_devconf()
5634 array[DEVCONF_HOPLIMIT] = READ_ONCE(cnf->hop_limit); in ipv6_store_devconf()
5635 array[DEVCONF_MTU6] = READ_ONCE(cnf->mtu6); in ipv6_store_devconf()
5636 array[DEVCONF_ACCEPT_RA] = READ_ONCE(cnf->accept_ra); in ipv6_store_devconf()
5637 array[DEVCONF_ACCEPT_REDIRECTS] = READ_ONCE(cnf->accept_redirects); in ipv6_store_devconf()
5638 array[DEVCONF_AUTOCONF] = READ_ONCE(cnf->autoconf); in ipv6_store_devconf()
5639 array[DEVCONF_DAD_TRANSMITS] = READ_ONCE(cnf->dad_transmits); in ipv6_store_devconf()
5640 array[DEVCONF_RTR_SOLICITS] = READ_ONCE(cnf->rtr_solicits); in ipv6_store_devconf()
5641 array[DEVCONF_RTR_SOLICIT_INTERVAL] = in ipv6_store_devconf()
5643 array[DEVCONF_RTR_SOLICIT_MAX_INTERVAL] = in ipv6_store_devconf()
5645 array[DEVCONF_RTR_SOLICIT_DELAY] = in ipv6_store_devconf()
5647 array[DEVCONF_FORCE_MLD_VERSION] = READ_ONCE(cnf->force_mld_version); in ipv6_store_devconf()
5648 array[DEVCONF_MLDV1_UNSOLICITED_REPORT_INTERVAL] = in ipv6_store_devconf()
5650 array[DEVCONF_MLDV2_UNSOLICITED_REPORT_INTERVAL] = in ipv6_store_devconf()
5652 array[DEVCONF_USE_TEMPADDR] = READ_ONCE(cnf->use_tempaddr); in ipv6_store_devconf()
5653 array[DEVCONF_TEMP_VALID_LFT] = READ_ONCE(cnf->temp_valid_lft); in ipv6_store_devconf()
5654 array[DEVCONF_TEMP_PREFERED_LFT] = READ_ONCE(cnf->temp_prefered_lft); in ipv6_store_devconf()
5655 array[DEVCONF_REGEN_MAX_RETRY] = READ_ONCE(cnf->regen_max_retry); in ipv6_store_devconf()
5656 array[DEVCONF_MAX_DESYNC_FACTOR] = READ_ONCE(cnf->max_desync_factor); in ipv6_store_devconf()
5657 array[DEVCONF_MAX_ADDRESSES] = READ_ONCE(cnf->max_addresses); in ipv6_store_devconf()
5658 array[DEVCONF_ACCEPT_RA_DEFRTR] = READ_ONCE(cnf->accept_ra_defrtr); in ipv6_store_devconf()
5659 array[DEVCONF_RA_DEFRTR_METRIC] = READ_ONCE(cnf->ra_defrtr_metric); in ipv6_store_devconf()
5660 array[DEVCONF_ACCEPT_RA_MIN_HOP_LIMIT] = in ipv6_store_devconf()
5662 array[DEVCONF_ACCEPT_RA_PINFO] = READ_ONCE(cnf->accept_ra_pinfo); in ipv6_store_devconf()
5664 array[DEVCONF_ACCEPT_RA_RTR_PREF] = READ_ONCE(cnf->accept_ra_rtr_pref); in ipv6_store_devconf()
5665 array[DEVCONF_RTR_PROBE_INTERVAL] = in ipv6_store_devconf()
5668 array[DEVCONF_ACCEPT_RA_RT_INFO_MIN_PLEN] = in ipv6_store_devconf()
5670 array[DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN] = in ipv6_store_devconf()
5674 array[DEVCONF_PROXY_NDP] = READ_ONCE(cnf->proxy_ndp); in ipv6_store_devconf()
5675 array[DEVCONF_ACCEPT_SOURCE_ROUTE] = in ipv6_store_devconf()
5678 array[DEVCONF_OPTIMISTIC_DAD] = READ_ONCE(cnf->optimistic_dad); in ipv6_store_devconf()
5679 array[DEVCONF_USE_OPTIMISTIC] = READ_ONCE(cnf->use_optimistic); in ipv6_store_devconf()
5682 array[DEVCONF_MC_FORWARDING] = atomic_read(&cnf->mc_forwarding); in ipv6_store_devconf()
5684 array[DEVCONF_DISABLE_IPV6] = READ_ONCE(cnf->disable_ipv6); in ipv6_store_devconf()
5685 array[DEVCONF_ACCEPT_DAD] = READ_ONCE(cnf->accept_dad); in ipv6_store_devconf()
5686 array[DEVCONF_FORCE_TLLAO] = READ_ONCE(cnf->force_tllao); in ipv6_store_devconf()
5687 array[DEVCONF_NDISC_NOTIFY] = READ_ONCE(cnf->ndisc_notify); in ipv6_store_devconf()
5688 array[DEVCONF_SUPPRESS_FRAG_NDISC] = in ipv6_store_devconf()
5690 array[DEVCONF_ACCEPT_RA_FROM_LOCAL] = in ipv6_store_devconf()
5692 array[DEVCONF_ACCEPT_RA_MTU] = READ_ONCE(cnf->accept_ra_mtu); in ipv6_store_devconf()
5693 array[DEVCONF_IGNORE_ROUTES_WITH_LINKDOWN] = in ipv6_store_devconf()
5696 array[DEVCONF_USE_OIF_ADDRS_ONLY] = READ_ONCE(cnf->use_oif_addrs_only); in ipv6_store_devconf()
5697 array[DEVCONF_DROP_UNICAST_IN_L2_MULTICAST] = in ipv6_store_devconf()
5699 array[DEVCONF_DROP_UNSOLICITED_NA] = READ_ONCE(cnf->drop_unsolicited_na); in ipv6_store_devconf()
5700 array[DEVCONF_KEEP_ADDR_ON_DOWN] = READ_ONCE(cnf->keep_addr_on_down); in ipv6_store_devconf()
5701 array[DEVCONF_SEG6_ENABLED] = READ_ONCE(cnf->seg6_enabled); in ipv6_store_devconf()
5703 array[DEVCONF_SEG6_REQUIRE_HMAC] = READ_ONCE(cnf->seg6_require_hmac); in ipv6_store_devconf()
5705 array[DEVCONF_ENHANCED_DAD] = READ_ONCE(cnf->enhanced_dad); in ipv6_store_devconf()
5706 array[DEVCONF_ADDR_GEN_MODE] = READ_ONCE(cnf->addr_gen_mode); in ipv6_store_devconf()
5707 array[DEVCONF_DISABLE_POLICY] = READ_ONCE(cnf->disable_policy); in ipv6_store_devconf()
5708 array[DEVCONF_NDISC_TCLASS] = READ_ONCE(cnf->ndisc_tclass); in ipv6_store_devconf()
5709 array[DEVCONF_RPL_SEG_ENABLED] = READ_ONCE(cnf->rpl_seg_enabled); in ipv6_store_devconf()
5710 array[DEVCONF_IOAM6_ENABLED] = READ_ONCE(cnf->ioam6_enabled); in ipv6_store_devconf()
5711 array[DEVCONF_IOAM6_ID] = READ_ONCE(cnf->ioam6_id); in ipv6_store_devconf()
5712 array[DEVCONF_IOAM6_ID_WIDE] = READ_ONCE(cnf->ioam6_id_wide); in ipv6_store_devconf()
5713 array[DEVCONF_NDISC_EVICT_NOCARRIER] = in ipv6_store_devconf()
5715 array[DEVCONF_ACCEPT_UNTRACKED_NA] = in ipv6_store_devconf()
5717 array[DEVCONF_ACCEPT_RA_MIN_LFT] = READ_ONCE(cnf->accept_ra_min_lft); in ipv6_store_devconf()
5718 array[DEVCONF_FORCE_FORWARDING] = READ_ONCE(cnf->force_forwarding); in ipv6_store_devconf()