Searched refs:SW_FLOW_KEY_PUT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_netlink.c | 119 #define SW_FLOW_KEY_PUT(match, field, value, is_mask) \ macro 557 SW_FLOW_KEY_PUT(match, tun_opts_len, nla_len(a), in genev_tun_opt_from_nlattr() 576 SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true); in genev_tun_opt_from_nlattr() 631 SW_FLOW_KEY_PUT(match, tun_opts_len, sizeof(opts), false); in vxlan_tun_opt_from_nlattr() 633 SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true); in vxlan_tun_opt_from_nlattr() 657 SW_FLOW_KEY_PUT(match, tun_opts_len, in erspan_tun_opt_from_nlattr() 660 SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true); in erspan_tun_opt_from_nlattr() 698 SW_FLOW_KEY_PUT(match, tun_key.tun_id, in ip_tun_from_nlattr() 703 SW_FLOW_KEY_PUT(match, tun_key.u.ipv4.src, in ip_tun_from_nlattr() 708 SW_FLOW_KEY_PUT(matc in ip_tun_from_nlattr() [all...] |
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_netlink.c | 117 #define SW_FLOW_KEY_PUT(match, field, value, is_mask) \ macro 545 SW_FLOW_KEY_PUT(match, tun_opts_len, nla_len(a), in genev_tun_opt_from_nlattr() 564 SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true); in genev_tun_opt_from_nlattr() 619 SW_FLOW_KEY_PUT(match, tun_opts_len, sizeof(opts), false); in vxlan_tun_opt_from_nlattr() 621 SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true); in vxlan_tun_opt_from_nlattr() 645 SW_FLOW_KEY_PUT(match, tun_opts_len, in erspan_tun_opt_from_nlattr() 648 SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true); in erspan_tun_opt_from_nlattr() 686 SW_FLOW_KEY_PUT(match, tun_key.tun_id, in ip_tun_from_nlattr() 691 SW_FLOW_KEY_PUT(match, tun_key.u.ipv4.src, in ip_tun_from_nlattr() 696 SW_FLOW_KEY_PUT(matc in ip_tun_from_nlattr() [all...] |
Completed in 5 milliseconds