Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dpktgen.c337 __be32 saddr_max; /* exclusive, source IP address */ member
1418 pkt_dev->saddr_max = in_aton(pkt_dev->src_max); in pktgen_if_write()
1419 pkt_dev->cur_saddr = pkt_dev->saddr_max; in pktgen_if_write()
2119 pkt_dev->saddr_max = 0; in pktgen_setup_inject()
2130 pkt_dev->saddr_max = pkt_dev->saddr_min; in pktgen_setup_inject()
2136 pkt_dev->saddr_max = in_aton(pkt_dev->src_max); in pktgen_setup_inject()
2406 imx = ntohl(pkt_dev->saddr_max); in mod_cur_headers()