Searched refs:dst_max (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/include/uapi/linux/netfilter/ |
H A D | xt_iprange.h | 16 union nf_inet_addr dst_min, dst_max; member in struct:xt_iprange_mtinfo
|
/linux-4.1.27/net/netfilter/ |
H A D | xt_iprange.c | 41 m |= ntohl(iph->daddr) > ntohl(info->dst_max.ip); iprange_mt4() 48 &info->dst_max.ip); iprange_mt4() 90 m |= iprange_ipv6_lt(&info->dst_max.in6, &iph->daddr); iprange_mt6() 97 &info->dst_max.in6); iprange_mt6()
|
/linux-4.1.27/samples/pktgen/ |
H A D | pktgen.conf-1-1-flows | 52 pgset "dst_max 10.255.255.255"
|
H A D | pktgen.conf-1-1-rdos | 53 pgset "dst_max 10.255.255.255"
|
/linux-4.1.27/net/core/ |
H A D | pktgen.c | 295 char dst_max[IP_NAME_SZ]; /* IP, ie 1.2.3.4 */ member in struct:pktgen_dev 567 " dst_min: %s dst_max: %s\n", pktgen_if_show() 568 pkt_dev->dst_min, pkt_dev->dst_max); pktgen_if_show() 1308 if (!strcmp(name, "dst_max")) { pktgen_if_write() 1309 len = strn_len(&user_buffer[i], sizeof(pkt_dev->dst_max) - 1); pktgen_if_write() 1318 if (strcmp(buf, pkt_dev->dst_max) != 0) { pktgen_if_write() 1319 memset(pkt_dev->dst_max, 0, sizeof(pkt_dev->dst_max)); pktgen_if_write() 1320 strncpy(pkt_dev->dst_max, buf, len); pktgen_if_write() 1321 pkt_dev->daddr_max = in_aton(pkt_dev->dst_max); pktgen_if_write() 1325 pr_debug("dst_max set to: %s\n", pkt_dev->dst_max); pktgen_if_write() 1327 sprintf(pg_result, "OK: dst_max=%s", pkt_dev->dst_max); pktgen_if_write() 2171 pkt_dev->daddr_max = in_aton(pkt_dev->dst_max); pktgen_setup_inject()
|
/linux-4.1.27/fs/ntfs/ |
H A D | runlist.c | 1237 * @dst_max: pointer to last byte of destination buffer for bounds checking 1252 static inline int ntfs_write_significant_bytes(s8 *dst, const s8 *dst_max, ntfs_write_significant_bytes() argument 1261 if (unlikely(dst > dst_max)) ntfs_write_significant_bytes() 1270 if (unlikely(dst > dst_max)) ntfs_write_significant_bytes() 1275 if (unlikely(dst > dst_max)) ntfs_write_significant_bytes() 1328 s8 *dst_max, *dst_next; ntfs_mapping_pairs_build() local 1353 * @dst_max is used for bounds checking in ntfs_mapping_pairs_build() 1356 dst_max = dst + dst_len - 1; ntfs_mapping_pairs_build() 1377 len_len = ntfs_write_significant_bytes(dst + 1, dst_max, ntfs_mapping_pairs_build() 1396 len_len, dst_max, prev_lcn); ntfs_mapping_pairs_build() 1402 if (unlikely(dst_next > dst_max)) ntfs_mapping_pairs_build() 1428 len_len = ntfs_write_significant_bytes(dst + 1, dst_max, ntfs_mapping_pairs_build() 1444 len_len, dst_max, rl->lcn - prev_lcn); ntfs_mapping_pairs_build() 1451 if (unlikely(dst_next > dst_max)) ntfs_mapping_pairs_build()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.c | 1952 unsigned int dst_max) pvr2_copy_i2c_addr_list() 1956 while (src[cnt] && (cnt + 1) < dst_max) { pvr2_copy_i2c_addr_list() 1950 pvr2_copy_i2c_addr_list( unsigned short *dst, const unsigned char *src, unsigned int dst_max) pvr2_copy_i2c_addr_list() argument
|
Completed in 222 milliseconds