Searched refs:newtype (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/x86/mm/ |
D | pat_rbtree.c | 126 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/ |
D | exthdrs.c | 763 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/ |
D | mac80211.c | 1422 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/ |
D | mac80211_hwsim.c | 1363 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/ |
D | ipv6.h | 302 int newtype,
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | common.c | 4722 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()
|
D | common.h | 1725 enum nl80211_iftype newtype, bool newp2p);
|