Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dpktgen.c2400 __u32 imn; in mod_cur_headers() local
2503 imn = ntohl(pkt_dev->saddr_min); in mod_cur_headers()
2505 if (imn < imx) { in mod_cur_headers()
2508 t = get_random_u32_inclusive(imn, imx - 1); in mod_cur_headers()
2513 t = imn; in mod_cur_headers()
2522 imn = ntohl(pkt_dev->daddr_min); in mod_cur_headers()
2524 if (imn < imx) { in mod_cur_headers()
2530 t = get_random_u32_inclusive(imn, imx - 1); in mod_cur_headers()
2542 t = imn; in mod_cur_headers()