Home
last modified time | relevance | path

Searched refs:newtype (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/x86/mm/
Dpat_rbtree.c126 enum page_cache_mode *newtype) in memtype_rb_check_conflict() argument
136 if (match->type != found_type && newtype == NULL) in memtype_rb_check_conflict()
157 if (newtype) in memtype_rb_check_conflict()
158 *newtype = found_type; in memtype_rb_check_conflict()
/linux-4.1.27/net/ipv6/
Dexthdrs.c763 int newtype, in ipv6_renew_options() argument
772 if (newtype != IPV6_HOPOPTS && opt->hopopt) in ipv6_renew_options()
774 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
776 if (newtype != IPV6_RTHDR && opt->srcrt) in ipv6_renew_options()
778 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options()
799 newtype != IPV6_HOPOPTS, in ipv6_renew_options()
805 newtype != IPV6_RTHDRDSTOPTS, in ipv6_renew_options()
811 newtype != IPV6_RTHDR, in ipv6_renew_options()
817 newtype != IPV6_DSTOPTS, in ipv6_renew_options()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dmac80211.c1422 enum nl80211_iftype newtype, bool newp2p) in iwlagn_mac_change_interface() argument
1426 enum nl80211_iftype newviftype = newtype; in iwlagn_mac_change_interface()
1432 newtype = ieee80211_iftype_p2p(newtype, newp2p); in iwlagn_mac_change_interface()
1459 if (!(interface_modes & BIT(newtype))) { in iwlagn_mac_change_interface()
1464 if (ctx->exclusive_interface_modes & BIT(newtype)) { in iwlagn_mac_change_interface()
/linux-4.1.27/drivers/net/wireless/
Dmac80211_hwsim.c1363 enum nl80211_iftype newtype, in mac80211_hwsim_change_interface() argument
1366 newtype = ieee80211_iftype_p2p(newtype, newp2p); in mac80211_hwsim_change_interface()
1370 newtype, vif->addr); in mac80211_hwsim_change_interface()
/linux-4.1.27/include/net/
Dipv6.h302 int newtype,
/linux-4.1.27/drivers/net/wireless/iwlegacy/
Dcommon.c4722 enum nl80211_iftype newtype, bool newp2p) in il_mac_change_interface() argument
4729 vif->type, vif->addr, newtype, newp2p); in il_mac_change_interface()
4746 vif->type = newtype; in il_mac_change_interface()
4748 il->iw_mode = newtype; in il_mac_change_interface()
Dcommon.h1725 enum nl80211_iftype newtype, bool newp2p);