Searched refs:npt (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv6/netfilter/ |
H A D | ip6t_NPT.c | 17 struct ip6t_npt_tginfo *npt = par->targinfo; in ip6t_npt_checkentry() local 21 if (npt->src_pfx_len > 64 || npt->dst_pfx_len > 64) in ip6t_npt_checkentry() 25 ipv6_addr_prefix(&pfx, &npt->src_pfx.in6, npt->src_pfx_len); in ip6t_npt_checkentry() 26 if (!ipv6_addr_equal(&pfx, &npt->src_pfx.in6)) in ip6t_npt_checkentry() 28 ipv6_addr_prefix(&pfx, &npt->dst_pfx.in6, npt->dst_pfx_len); in ip6t_npt_checkentry() 29 if (!ipv6_addr_equal(&pfx, &npt->dst_pfx.in6)) in ip6t_npt_checkentry() 32 src_sum = csum_partial(&npt in ip6t_npt_checkentry() 39 ip6t_npt_map_pfx(const struct ip6t_npt_tginfo * npt,struct in6_addr * addr) ip6t_npt_map_pfx() argument 98 const struct ip6t_npt_tginfo *npt = par->targinfo; ip6t_snpt_tg() local 123 const struct ip6t_npt_tginfo *npt = par->targinfo; ip6t_dnpt_tg() local [all...] |
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 869 #define wlc_lcnphy_set_tx_pwr_npt(pi, npt) \ argument 872 (u16)(npt) << 8) 2193 u16 tx_cnt, tx_total, npt; in wlc_lcnphy_tx_pwr_update_npt() local 2198 npt = wlc_lcnphy_get_tx_pwr_npt(pi); in wlc_lcnphy_tx_pwr_update_npt() 2200 if (tx_cnt > (1 << npt)) { in wlc_lcnphy_tx_pwr_update_npt() 2205 pi_lcn->lcnphy_tssi_npt = npt; in wlc_lcnphy_tx_pwr_update_npt()
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 136 module_param_named(npt, npt_enabled, bool, 0444);
|
/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 833 0x8000000a, 0, edx, 0, npt , Nested paging
|