Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_tun.c53 memcpy(tun_entry->t_dmac, in ulp_install_outer_tun_flow()
57 tun_entry->valid = true; in ulp_install_outer_tun_flow()
65 if (tun_entry->t_dst_ip_valid) in ulp_install_outer_tun_flow()
68 memcpy(&tun_entry->t_dst_ip, in ulp_install_outer_tun_flow()
72 memcpy(tun_entry->t_dst_ip6, in ulp_install_outer_tun_flow()
75 tun_entry->t_dst_ip_valid = true; in ulp_install_outer_tun_flow()
174 if (tun_entry->t_dst_ip_valid) in ulp_post_process_first_inner_tun_flow()
177 memcpy(&tun_entry->t_dst_ip, in ulp_post_process_first_inner_tun_flow()
181 memcpy(tun_entry->t_dst_ip6, in ulp_post_process_first_inner_tun_flow()
236 *tun_entry = &tun_tbl[i]; in ulp_get_tun_entry()
[all …]