Searched refs:dst_pfx_len (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/netfilter_ipv6/
H A Dip6t_NPT.h12 __u8 dst_pfx_len; member in struct:ip6t_npt_tginfo
/linux-master/net/ipv6/netfilter/
H A Dip6t_NPT.c21 if (npt->src_pfx_len > 64 || npt->dst_pfx_len > 64)
28 ipv6_addr_prefix(&pfx, &npt->dst_pfx.in6, npt->dst_pfx_len);
47 pfx_len = max(npt->src_pfx_len, npt->dst_pfx_len);

Completed in 211 milliseconds