Home
last modified time | relevance | path

Searched refs:dst_max (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dxt_iprange.c38 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()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_iprange.h17 union nf_inet_addr dst_min, dst_max; member
/openbmc/linux/fs/ntfs/
H A Drunlist.c1247 if (unlikely(dst > dst_max)) in ntfs_write_significant_bytes()
1256 if (unlikely(dst > dst_max)) in ntfs_write_significant_bytes()
1261 if (unlikely(dst > dst_max)) in ntfs_write_significant_bytes()
1314 s8 *dst_max, *dst_next; in ntfs_mapping_pairs_build() local
1342 dst_max = dst + dst_len - 1; in ntfs_mapping_pairs_build()
1363 len_len = ntfs_write_significant_bytes(dst + 1, dst_max, in ntfs_mapping_pairs_build()
1382 len_len, dst_max, prev_lcn); in ntfs_mapping_pairs_build()
1388 if (unlikely(dst_next > dst_max)) in ntfs_mapping_pairs_build()
1414 len_len = ntfs_write_significant_bytes(dst + 1, dst_max, in ntfs_mapping_pairs_build()
1430 len_len, dst_max, rl->lcn - prev_lcn); in ntfs_mapping_pairs_build()
[all …]
/openbmc/linux/net/core/
H A Dpktgen.c322 char dst_max[IP_NAME_SZ]; /* IP, ie 1.2.3.4 */ member
610 pkt_dev->dst_min, pkt_dev->dst_max); in pktgen_if_show()
1380 len = strn_len(&user_buffer[i], sizeof(pkt_dev->dst_max) - 1); in pktgen_if_write()
1387 if (strcmp(buf, pkt_dev->dst_max) != 0) { in pktgen_if_write()
1388 memset(pkt_dev->dst_max, 0, sizeof(pkt_dev->dst_max)); in pktgen_if_write()
1389 strcpy(pkt_dev->dst_max, buf); in pktgen_if_write()
1390 pkt_dev->daddr_max = in_aton(pkt_dev->dst_max); in pktgen_if_write()
1394 pr_debug("dst_max set to: %s\n", pkt_dev->dst_max); in pktgen_if_write()
1396 sprintf(pg_result, "OK: dst_max=%s", pkt_dev->dst_max); in pktgen_if_write()
2244 pkt_dev->daddr_max = in_aton(pkt_dev->dst_max); in pktgen_setup_inject()
/openbmc/linux/Documentation/networking/
H A Dpktgen.rst99 dst_min: 192.168.81.2 dst_max:
148 pgset "dst_max 10.0.0.254" Set the maximum destination IP.
364 dst_max
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c1930 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()