Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dpktgen.c340 __be32 saddr_max; /* exclusive, source IP address */ member
1519 pkt_dev->saddr_max = in_aton(pkt_dev->src_max); in pktgen_if_write()
1520 pkt_dev->cur_saddr = pkt_dev->saddr_max; in pktgen_if_write()
2221 pkt_dev->saddr_max = 0; in pktgen_setup_inject()
2234 pkt_dev->saddr_max = pkt_dev->saddr_min; in pktgen_setup_inject()
2240 pkt_dev->saddr_max = in_aton(pkt_dev->src_max); in pktgen_setup_inject()
2507 imx = ntohl(pkt_dev->saddr_max); in mod_cur_headers()