Lines Matching refs:in_port
1184 u32 in_port = nla_get_u32(a[OVS_KEY_ATTR_IN_PORT]);
1187 in_port = 0xffffffff; /* Always exact match in_port. */
1188 } else if (in_port >= DP_MAX_PORTS) {
1190 in_port, DP_MAX_PORTS);
1194 SW_FLOW_KEY_PUT(match, phy.in_port, in_port, is_mask);
1197 SW_FLOW_KEY_PUT(match, phy.in_port, DP_MAX_PORTS, is_mask);
1934 * @key: Receives extracted in_port, priority, tun_key, skb_mark and conntrack
1967 key->phy.in_port = DP_MAX_PORTS;
2040 if (swkey->phy.in_port == DP_MAX_PORTS) {
2041 if (is_mask && (output->phy.in_port == 0xffff))
2049 (upper_u16 << 16) | output->phy.in_port))