Searched refs:dst_max (Results 1 – 5 of 5) sorted by relevance
| /linux/net/netfilter/ |
| H A D | xt_iprange.c | 38 m |= ntohl(iph->daddr) > ntohl(info->dst_max.ip); in iprange_mt4() 45 &info->dst_max.ip); in iprange_mt4() 87 m |= iprange_ipv6_lt(&info->dst_max.in6, &iph->daddr); in iprange_mt6() 94 &info->dst_max.in6); in iprange_mt6()
|
| /linux/fs/ntfs/ |
| H A D | runlist.c | 1236 * @dst_max: pointer to last byte of destination buffer for bounds checking 1251 static inline int ntfs_write_significant_bytes(s8 *dst, const s8 *dst_max, in ntfs_write_significant_bytes() 1260 if (unlikely(dst > dst_max)) in ntfs_write_significant_bytes() 1269 if (unlikely(dst > dst_max)) in ntfs_write_significant_bytes() 1274 if (unlikely(dst > dst_max)) in ntfs_write_significant_bytes() 1330 s8 *dst_max, *dst_next; in ntfs_mapping_pairs_build() 1356 * @dst_max is used for bounds checking in in ntfs_mapping_pairs_build() 1359 dst_max = dst + dst_len - 1; in ntfs_mapping_pairs_build() 1381 len_len = ntfs_write_significant_bytes(dst + 1, dst_max, in ntfs_mapping_pairs_build() 1397 len_len, dst_max, prev_lc in ntfs_mapping_pairs_build() 1247 ntfs_write_significant_bytes(s8 * dst,const s8 * dst_max,const s64 n) ntfs_write_significant_bytes() argument 1326 s8 *dst_max, *dst_next; ntfs_mapping_pairs_build() local [all...] |
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_iprange.h | 17 union nf_inet_addr dst_min, dst_max; member
|
| /linux/Documentation/networking/ |
| H A D | pktgen.rst | 99 dst_min: 192.168.81.2 dst_max: 148 pgset "dst_max 10.0.0.254" Set the maximum destination IP. 376 dst_max
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-hdw.c | 1930 unsigned int dst_max) in pvr2_copy_i2c_addr_list() argument 1934 while (src[cnt] && (cnt + 1) < dst_max) { in pvr2_copy_i2c_addr_list()
|