Searched refs:npt (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6t_NPT.c | 20 struct ip6t_npt_tginfo *npt = par->targinfo; in ip6t_npt_checkentry() local 24 if (npt->src_pfx_len > 64 || npt->dst_pfx_len > 64) in ip6t_npt_checkentry() 28 ipv6_addr_prefix(&pfx, &npt->src_pfx.in6, npt->src_pfx_len); in ip6t_npt_checkentry() 29 if (!ipv6_addr_equal(&pfx, &npt->src_pfx.in6)) in ip6t_npt_checkentry() 31 ipv6_addr_prefix(&pfx, &npt->dst_pfx.in6, npt->dst_pfx_len); in ip6t_npt_checkentry() 32 if (!ipv6_addr_equal(&pfx, &npt->dst_pfx.in6)) in ip6t_npt_checkentry() 35 src_sum = csum_partial(&npt->src_pfx.in6, sizeof(npt->src_pfx.in6), 0); in ip6t_npt_checkentry() 36 dst_sum = csum_partial(&npt->dst_pfx.in6, sizeof(npt->dst_pfx.in6), 0); in ip6t_npt_checkentry() 38 npt->adjustment = ~csum_fold(csum_sub(src_sum, dst_sum)); in ip6t_npt_checkentry() 42 static bool ip6t_npt_map_pfx(const struct ip6t_npt_tginfo *npt, in ip6t_npt_map_pfx() argument [all …]
|
/Linux-v4.19/drivers/block/paride/ |
D | mkd | 27 for u in 0 1 2 3 ; do mkdev npt$u c 96 $[ $u + 128 ] ; done
|
/Linux-v4.19/arch/x86/kvm/ |
D | trace.h | 503 __u32 event_inj, bool npt), 504 TP_ARGS(rip, vmcb, nested_rip, int_ctl, event_inj, npt), 512 __field( bool, npt ) 521 __entry->npt = npt; 528 __entry->npt ? "on" : "off")
|
D | svm.c | 356 static int npt = true; variable 357 module_param(npt, int, S_IRUGO); 1358 if (npt_enabled && !npt) { in svm_hardware_setup()
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 935 #define wlc_lcnphy_set_tx_pwr_npt(pi, npt) \ argument 938 (u16)(npt) << 8) 2264 u16 tx_cnt, tx_total, npt; in wlc_lcnphy_tx_pwr_update_npt() local 2269 npt = wlc_lcnphy_get_tx_pwr_npt(pi); in wlc_lcnphy_tx_pwr_update_npt() 2271 if (tx_cnt > (1 << npt)) { in wlc_lcnphy_tx_pwr_update_npt() 2276 pi_lcn->lcnphy_tssi_npt = npt; in wlc_lcnphy_tx_pwr_update_npt()
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | mmu.txt | 129 tables if npt is not present 278 - guest page fault (or npt page fault, or ept violation)
|
/Linux-v4.19/Documentation/blockdev/ |
D | paride.txt | 268 for u in 0 1 2 3 ; do mkdev npt$u c 96 $[ $u + 128 ] ; done
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1958 kvm-amd.npt= [KVM,AMD] Disable nested paging (virtualized MMU)
|