Lines Matching refs:SW_FLOW_KEY_PUT
87 #define SW_FLOW_KEY_PUT(match, field, value, is_mask) \ macro
463 SW_FLOW_KEY_PUT(match, tun_opts_len, nla_len(a), in genev_tun_opt_from_nlattr()
482 SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true); in genev_tun_opt_from_nlattr()
537 SW_FLOW_KEY_PUT(match, tun_opts_len, sizeof(opts), false); in vxlan_tun_opt_from_nlattr()
539 SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true); in vxlan_tun_opt_from_nlattr()
576 SW_FLOW_KEY_PUT(match, tun_key.tun_id, in ip_tun_from_nlattr()
581 SW_FLOW_KEY_PUT(match, tun_key.u.ipv4.src, in ip_tun_from_nlattr()
586 SW_FLOW_KEY_PUT(match, tun_key.u.ipv4.dst, in ip_tun_from_nlattr()
591 SW_FLOW_KEY_PUT(match, tun_key.u.ipv6.dst, in ip_tun_from_nlattr()
596 SW_FLOW_KEY_PUT(match, tun_key.u.ipv6.dst, in ip_tun_from_nlattr()
601 SW_FLOW_KEY_PUT(match, tun_key.tos, in ip_tun_from_nlattr()
605 SW_FLOW_KEY_PUT(match, tun_key.ttl, in ip_tun_from_nlattr()
616 SW_FLOW_KEY_PUT(match, tun_key.tp_src, in ip_tun_from_nlattr()
620 SW_FLOW_KEY_PUT(match, tun_key.tp_dst, in ip_tun_from_nlattr()
659 SW_FLOW_KEY_PUT(match, tun_key.tun_flags, tun_flags, is_mask); in ip_tun_from_nlattr()
663 SW_FLOW_KEY_PUT(match, tun_proto, ipv6 ? AF_INET6 : AF_INET, in ip_tun_from_nlattr()
817 SW_FLOW_KEY_PUT(match, ovs_flow_hash, hash_val, is_mask); in metadata_from_nlattrs()
824 SW_FLOW_KEY_PUT(match, recirc_id, recirc_id, is_mask); in metadata_from_nlattrs()
829 SW_FLOW_KEY_PUT(match, phy.priority, in metadata_from_nlattrs()
845 SW_FLOW_KEY_PUT(match, phy.in_port, in_port, is_mask); in metadata_from_nlattrs()
848 SW_FLOW_KEY_PUT(match, phy.in_port, DP_MAX_PORTS, is_mask); in metadata_from_nlattrs()
854 SW_FLOW_KEY_PUT(match, phy.skb_mark, mark, is_mask); in metadata_from_nlattrs()
874 SW_FLOW_KEY_PUT(match, ct.state, ct_state, is_mask); in metadata_from_nlattrs()
881 SW_FLOW_KEY_PUT(match, ct.zone, ct_zone, is_mask); in metadata_from_nlattrs()
888 SW_FLOW_KEY_PUT(match, ct.mark, mark, is_mask); in metadata_from_nlattrs()
937 SW_FLOW_KEY_PUT(match, eth.tci, tci, is_mask); in ovs_key_from_nlattrs()
954 SW_FLOW_KEY_PUT(match, eth.type, eth_type, is_mask); in ovs_key_from_nlattrs()
957 SW_FLOW_KEY_PUT(match, eth.type, htons(ETH_P_802_2), is_mask); in ovs_key_from_nlattrs()
969 SW_FLOW_KEY_PUT(match, ip.proto, in ovs_key_from_nlattrs()
971 SW_FLOW_KEY_PUT(match, ip.tos, in ovs_key_from_nlattrs()
973 SW_FLOW_KEY_PUT(match, ip.ttl, in ovs_key_from_nlattrs()
975 SW_FLOW_KEY_PUT(match, ip.frag, in ovs_key_from_nlattrs()
977 SW_FLOW_KEY_PUT(match, ipv4.addr.src, in ovs_key_from_nlattrs()
979 SW_FLOW_KEY_PUT(match, ipv4.addr.dst, in ovs_key_from_nlattrs()
1000 SW_FLOW_KEY_PUT(match, ipv6.label, in ovs_key_from_nlattrs()
1002 SW_FLOW_KEY_PUT(match, ip.proto, in ovs_key_from_nlattrs()
1004 SW_FLOW_KEY_PUT(match, ip.tos, in ovs_key_from_nlattrs()
1006 SW_FLOW_KEY_PUT(match, ip.ttl, in ovs_key_from_nlattrs()
1008 SW_FLOW_KEY_PUT(match, ip.frag, in ovs_key_from_nlattrs()
1032 SW_FLOW_KEY_PUT(match, ipv4.addr.src, in ovs_key_from_nlattrs()
1034 SW_FLOW_KEY_PUT(match, ipv4.addr.dst, in ovs_key_from_nlattrs()
1036 SW_FLOW_KEY_PUT(match, ip.proto, in ovs_key_from_nlattrs()
1050 SW_FLOW_KEY_PUT(match, mpls.top_lse, in ovs_key_from_nlattrs()
1060 SW_FLOW_KEY_PUT(match, tp.src, tcp_key->tcp_src, is_mask); in ovs_key_from_nlattrs()
1061 SW_FLOW_KEY_PUT(match, tp.dst, tcp_key->tcp_dst, is_mask); in ovs_key_from_nlattrs()
1066 SW_FLOW_KEY_PUT(match, tp.flags, in ovs_key_from_nlattrs()
1076 SW_FLOW_KEY_PUT(match, tp.src, udp_key->udp_src, is_mask); in ovs_key_from_nlattrs()
1077 SW_FLOW_KEY_PUT(match, tp.dst, udp_key->udp_dst, is_mask); in ovs_key_from_nlattrs()
1085 SW_FLOW_KEY_PUT(match, tp.src, sctp_key->sctp_src, is_mask); in ovs_key_from_nlattrs()
1086 SW_FLOW_KEY_PUT(match, tp.dst, sctp_key->sctp_dst, is_mask); in ovs_key_from_nlattrs()
1094 SW_FLOW_KEY_PUT(match, tp.src, in ovs_key_from_nlattrs()
1096 SW_FLOW_KEY_PUT(match, tp.dst, in ovs_key_from_nlattrs()
1105 SW_FLOW_KEY_PUT(match, tp.src, in ovs_key_from_nlattrs()
1107 SW_FLOW_KEY_PUT(match, tp.dst, in ovs_key_from_nlattrs()
1267 SW_FLOW_KEY_PUT(match, eth.tci, htons(0xffff), true); in ovs_nla_get_match()