Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dpktgen.c384 __u16 cur_udp_dst; member
732 pkt_dev->cur_udp_dst, pkt_dev->cur_udp_src); in pktgen_if_show()
1187 pkt_dev->cur_udp_dst = value; in pktgen_if_write()
1213 pkt_dev->cur_udp_dst = value; in pktgen_if_write()
2313 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in pktgen_setup_inject()
2549 pkt_dev->cur_udp_dst = get_random_u32_inclusive(pkt_dev->udp_dst_min, in mod_cur_headers()
2552 pkt_dev->cur_udp_dst++; in mod_cur_headers()
2553 if (pkt_dev->cur_udp_dst >= pkt_dev->udp_dst_max) in mod_cur_headers()
2554 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in mod_cur_headers()
2993 udph->dest = htons(pkt_dev->cur_udp_dst); in fill_packet_ipv4()
[all …]
/linux-6.15/Documentation/networking/
H A Dpktgen.rst110 cur_udp_dst: 9 cur_udp_src: 42