Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dpktgen.c317 __be32 saddr_max; /* exclusive, source IP address */ member
1500 pkt_dev->saddr_max = in_aton(pkt_dev->src_max); in pktgen_if_write()
1501 pkt_dev->cur_saddr = pkt_dev->saddr_max; in pktgen_if_write()
2200 pkt_dev->saddr_max = 0; in pktgen_setup_inject()
2211 pkt_dev->saddr_max = pkt_dev->saddr_min; in pktgen_setup_inject()
2217 pkt_dev->saddr_max = in_aton(pkt_dev->src_max); in pktgen_setup_inject()
2487 imx = ntohl(pkt_dev->saddr_max); in mod_cur_headers()