Searched refs:SW_FLOW_KEY_MEMCPY (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_netlink.c | 137 #define SW_FLOW_KEY_MEMCPY(match, field, value_p, len, is_mask) \ macro 1233 SW_FLOW_KEY_MEMCPY(match, ct.labels, cl->ct_labels, in metadata_from_nlattrs() 1254 SW_FLOW_KEY_MEMCPY(match, ipv6.ct_orig.src, &ct->ipv6_src, in metadata_from_nlattrs() 1257 SW_FLOW_KEY_MEMCPY(match, ipv6.ct_orig.dst, &ct->ipv6_dst, in metadata_from_nlattrs() 1512 SW_FLOW_KEY_MEMCPY(match, eth.src, in ovs_key_from_nlattrs() 1514 SW_FLOW_KEY_MEMCPY(match, eth.dst, in ovs_key_from_nlattrs() 1589 SW_FLOW_KEY_MEMCPY(match, ipv6.addr.src, in ovs_key_from_nlattrs() 1593 SW_FLOW_KEY_MEMCPY(match, ipv6.addr.dst, in ovs_key_from_nlattrs() 1617 SW_FLOW_KEY_MEMCPY(match, ipv4.arp.sha, in ovs_key_from_nlattrs() 1619 SW_FLOW_KEY_MEMCPY(matc in ovs_key_from_nlattrs() [all...] |
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_netlink.c | 139 #define SW_FLOW_KEY_MEMCPY(match, field, value_p, len, is_mask) \ macro 1245 SW_FLOW_KEY_MEMCPY(match, ct.labels, cl->ct_labels, in metadata_from_nlattrs() 1266 SW_FLOW_KEY_MEMCPY(match, ipv6.ct_orig.src, &ct->ipv6_src, in metadata_from_nlattrs() 1269 SW_FLOW_KEY_MEMCPY(match, ipv6.ct_orig.dst, &ct->ipv6_dst, in metadata_from_nlattrs() 1524 SW_FLOW_KEY_MEMCPY(match, eth.src, in ovs_key_from_nlattrs() 1526 SW_FLOW_KEY_MEMCPY(match, eth.dst, in ovs_key_from_nlattrs() 1601 SW_FLOW_KEY_MEMCPY(match, ipv6.addr.src, in ovs_key_from_nlattrs() 1605 SW_FLOW_KEY_MEMCPY(match, ipv6.addr.dst, in ovs_key_from_nlattrs() 1640 SW_FLOW_KEY_MEMCPY(match, ipv4.arp.sha, in ovs_key_from_nlattrs() 1642 SW_FLOW_KEY_MEMCPY(matc in ovs_key_from_nlattrs() [all...] |
Completed in 6 milliseconds