Searched refs:SW_FLOW_KEY_PUT (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
D | flow_netlink.c | 86 #define SW_FLOW_KEY_PUT(match, field, value, is_mask) \ macro 440 SW_FLOW_KEY_PUT(match, tun_opts_len, nla_len(a), in genev_tun_opt_from_nlattr() 459 SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true); in genev_tun_opt_from_nlattr() 493 SW_FLOW_KEY_PUT(match, tun_opts_len, sizeof(opts), false); in vxlan_tun_opt_from_nlattr() 495 SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true); in vxlan_tun_opt_from_nlattr() 532 SW_FLOW_KEY_PUT(match, tun_key.tun_id, in ipv4_tun_from_nlattr() 537 SW_FLOW_KEY_PUT(match, tun_key.ipv4_src, in ipv4_tun_from_nlattr() 541 SW_FLOW_KEY_PUT(match, tun_key.ipv4_dst, in ipv4_tun_from_nlattr() 545 SW_FLOW_KEY_PUT(match, tun_key.ipv4_tos, in ipv4_tun_from_nlattr() 549 SW_FLOW_KEY_PUT(match, tun_key.ipv4_ttl, in ipv4_tun_from_nlattr() [all …]
|