Searched refs:mdtype (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/
H A Dnsh.h210 u8 mdtype; member in struct:nshhdr
/linux-master/include/uapi/linux/
H A Dopenvswitch.h560 __u8 mdtype; member in struct:ovs_nsh_key_base
/linux-master/net/openvswitch/
H A Dflow.c653 key->nsh.base.mdtype = nh->mdtype;
656 switch (key->nsh.base.mdtype) {
H A Dflow_netlink.c1319 nh->mdtype = base->mdtype;
1398 u8 mdtype = 0; local
1431 mdtype = base->mdtype;
1436 SW_FLOW_KEY_PUT(match, nsh.base.mdtype,
1437 base->mdtype, is_mask);
1464 mdtype
1490 if ((has_md1 && mdtype != NSH_M_TYPE1) ||
1491 (has_md2 && mdtype !
[all...]
H A Dactions.c649 switch (nh->mdtype) {

Completed in 341 milliseconds