Home
last modified time | relevance | path

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

/linux/net/core/
H A Dpktgen.c389 __u16 cur_udp_dst; member
736 pkt_dev->cur_udp_dst, pkt_dev->cur_udp_src); in pktgen_if_show()
1195 pkt_dev->cur_udp_dst = value; in pktgen_if_write()
1221 pkt_dev->cur_udp_dst = value; in pktgen_if_write()
2318 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in pktgen_setup_inject()
2557 pkt_dev->cur_udp_dst = get_random_u32_inclusive(pkt_dev->udp_dst_min, in mod_cur_headers()
2560 pkt_dev->cur_udp_dst++; in mod_cur_headers()
2561 if (pkt_dev->cur_udp_dst >= pkt_dev->udp_dst_max) in mod_cur_headers()
2562 pkt_dev->cur_udp_dst = pkt_dev->udp_dst_min; in mod_cur_headers()
3007 udph->dest = htons(pkt_dev->cur_udp_dst); in fill_packet_ipv4()
[all …]
/linux/Documentation/networking/
H A Dpktgen.rst110 cur_udp_dst: 9 cur_udp_src: 42