Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ipfrag.c93 uint8_t ttl, uint8_t proto, uint16_t pktid) in v4_allocate_packet_of() argument
108 hdr->packet_id = rte_cpu_to_be_16(pktid); in v4_allocate_packet_of()
128 uint8_t proto, uint16_t pktid) in v6_allocate_packet_of() argument
141 hdr->vtc_flow = rte_cpu_to_be_32(0x60 << 24 | pktid); in v6_allocate_packet_of()
190 uint16_t pktid = tests[i].pkt_id; in test_ip_frag() local
198 pktid = rte_rand_max(UINT16_MAX); in test_ip_frag()
206 pktid); in test_ip_frag()
212 pktid); in test_ip_frag()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64clat.c71 static uint32_t pktid = 0; in nat64clat_log() local
79 pktid++; in nat64clat_log()
80 plog->subrulenr = htonl(pktid); in nat64clat_log()
H A Dnat64stl.c70 static uint32_t pktid = 0; in nat64stl_log() local
78 pktid++; in nat64stl_log()
79 plog->subrulenr = htonl(pktid); in nat64stl_log()