Searched refs:icb (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | esp.c | 69 struct cnt_blk *icb; in esp_inbound() local 74 icb = get_cnt_blk(m); in esp_inbound() 75 icb->salt = sa->salt; in esp_inbound() 76 memcpy(&icb->iv, iv, 8); in esp_inbound() 77 icb->cnt = rte_cpu_to_be_32(1); in esp_inbound() 95 struct cnt_blk *icb; in esp_inbound() local 109 icb = get_cnt_blk(m); in esp_inbound() 110 icb->salt = sa->salt; in esp_inbound() 111 memcpy(&icb->iv, iv, 8); in esp_inbound() 385 icb->salt = sa->salt; in esp_outbound() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_stats.c | 342 stats_v1_blob_itercb_t icb, void *usrctx, uint32_t flags); 1577 stats_v1_blob_iter(struct statsblobv1 *sb, stats_v1_blob_itercb_t icb, argument 1601 if (icb(sb, v, NULL, &ctx)) 1624 if (icb(sb, v, vs, &ctx))
|