Searched refs:F_UDPDST_RND (Results 1 – 1 of 1) sorted by relevance
191 #define F_UDPDST_RND (1<<3) /* UDP-Dst Random */ macro640 if (pkt_dev->flags & F_UDPDST_RND) in pktgen_if_show()1198 pkt_dev->flags |= F_UDPDST_RND; in pktgen_if_write()1201 pkt_dev->flags &= ~F_UDPDST_RND; in pktgen_if_write()2428 if (pkt_dev->flags & F_UDPDST_RND) { in mod_cur_headers()