Home
last modified time | relevance | path

Searched refs:ml (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/ipsec/
H A Desp_inb.c193 ms = ml->next; in move_icv()
194 n = ml->data_len - ofs; in move_icv()
203 ml->data_len -= n; in move_icv()
283 struct rte_mbuf *ml; in inb_prepare() local
298 ml = mbuf_get_seg_ofs(mb, &icv_ofs); in inb_prepare()
306 ml = move_icv(ml, icv_ofs); in inb_prepare()
307 if (ml == NULL) in inb_prepare()
336 ml->data_len += sa->sqh_len; in inb_prepare()
421 ml[0] = mbuf_get_seg_ofs(mb, &ofs); in process_step1()
581 struct rte_mbuf *ml[num]; in tun_process() local
[all …]
H A Desp_outb.c144 struct rte_mbuf *ml; in outb_tun_pkt_prepare() local
174 ml = rte_pktmbuf_lastseg(mb); in outb_tun_pkt_prepare()
184 pdofs = ml->data_len; in outb_tun_pkt_prepare()
185 ml->data_len += tlen; in outb_tun_pkt_prepare()
350 struct rte_mbuf *ml; in outb_trs_pkt_prepare() local
383 ml = rte_pktmbuf_lastseg(mb); in outb_trs_pkt_prepare()
393 pdofs = ml->data_len; in outb_trs_pkt_prepare()
394 ml->data_len += tlen; in outb_trs_pkt_prepare()
625 struct rte_mbuf *ml; in esp_outb_sqh_process() local
640 ml->data_len -= sa->sqh_len; in esp_outb_sqh_process()
[all …]
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c1219 union table_rule_match_low_level *ml,
2202 union table_rule_match_low_level *ml, in match_convert() argument
2205 memset(ml, 0, sizeof(*ml)); in match_convert()
2211 ml->acl_add.field_value[0].value.u8 = in match_convert()
2236 ml->acl_add.priority = in match_convert()
2284 ml->acl_add.field_value[0].value.u8 = in match_convert()
2333 ml->acl_add.priority = in match_convert()
2405 ml->array.pos = mh->match.array.pos; in match_convert()
2409 memcpy(ml->hash, mh->match.hash.key, sizeof(ml->hash)); in match_convert()
2414 ml->lpm_ipv4.ip = mh->match.lpm.ipv4; in match_convert()
[all …]
H A Drte_eth_softnic_meter.c362 struct softnic_mtr_list *ml = &p->mtr.mtrs; in softnic_mtr_find() local
365 TAILQ_FOREACH(m, ml, node) in softnic_mtr_find()
424 struct softnic_mtr_list *ml = &p->mtr.mtrs; in pmd_mtr_create() local
468 TAILQ_INSERT_TAIL(ml, m, node); in pmd_mtr_create()
484 struct softnic_mtr_list *ml = &p->mtr.mtrs; in pmd_mtr_destroy() local
529 TAILQ_REMOVE(ml, m, node); in pmd_mtr_destroy()
H A Drte_eth_softnic_flow.c1958 struct softnic_mtr_list *ml = &softnic->mtr.mtrs; in flow_meter_owner_reset() local
1961 TAILQ_FOREACH(m, ml, node) in flow_meter_owner_reset()
/dpdk/examples/ip_pipeline/
H A Dthread.c1193 union table_rule_match_low_level *ml,
2350 union table_rule_match_low_level *ml, in match_convert() argument
2353 memset(ml, 0, sizeof(*ml)); in match_convert()
2359 ml->acl_add.field_value[0].value.u8 = in match_convert()
2384 ml->acl_add.priority = in match_convert()
2433 ml->acl_add.field_value[0].value.u8 = in match_convert()
2482 ml->acl_add.priority = in match_convert()
2556 ml->array.pos = mh->match.array.pos; in match_convert()
2560 memcpy(ml->hash, mh->match.hash.key, sizeof(ml->hash)); in match_convert()
2565 ml->lpm_ipv4.ip = mh->match.lpm.ipv4; in match_convert()
[all …]