Searched refs:npt (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/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...] |
/kernel/linux/linux-6.6/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...] |
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | trace.h | 533 __u32 event_inj, bool npt), 534 TP_ARGS(rip, vmcb, nested_rip, int_ctl, event_inj, npt), 542 __field( bool, npt ) 551 __entry->npt = npt; 555 "event_inj: 0x%08x npt: %s", 558 __entry->npt ? "on" : "off")
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 869 #define wlc_lcnphy_set_tx_pwr_npt(pi, npt) \ 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 869 #define wlc_lcnphy_set_tx_pwr_npt(pi, npt) \ 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()
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
H A D | svm.c | 170 static int npt = true; variable 171 module_param(npt, int, S_IRUGO); 983 if (npt_enabled && !npt) in svm_hardware_setup()
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | svm.c | 198 module_param_named(npt, npt_enabled, bool, 0444);
|
Completed in 26 milliseconds