Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c836 int remote = pmd->remote_if_index && in tap_ioctl()
839 if (!pmd->remote_if_index && mode == REMOTE_ONLY) in tap_ioctl()
1134 if (internals->remote_if_index) { in tap_dev_close()
1213 if (pmd->remote_if_index) { in tap_link_update()
1240 if (pmd->remote_if_index && !pmd->flow_isolate) { in tap_promisc_enable()
1268 if (pmd->remote_if_index && !pmd->flow_isolate) { in tap_promisc_disable()
1296 if (pmd->remote_if_index && !pmd->flow_isolate) { in tap_allmulti_enable()
1324 if (pmd->remote_if_index && !pmd->flow_isolate) { in tap_allmulti_disable()
1678 info->ifi_index != pmd->remote_if_index)) in tap_nl_msg_handler()
2037 if (!pmd->remote_if_index) { in eth_dev_tap_create()
[all …]
H A Drte_eth_tap.h75 int remote_if_index; /* remote netdevice IF_INDEX */ member
H A Dtap_flow.c1147 pmd->remote_if_index; in priv_flow_process()
1418 if (pmd->remote_if_index) { in tap_flow_create()
1429 msg, pmd->remote_if_index, RTM_NEWTFILTER, in tap_flow_create()
1612 if (!pmd->remote_if_index) in tap_flow_isolate()
1681 uint16_t if_index = pmd->remote_if_index; in tap_flow_implicit_create()