Searched refs:__add_action (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_netlink.c | 2463 static struct nlattr *__add_action(struct sw_flow_actions **sfa, in __add_action() function 2487 a = __add_action(sfa, attrtype, data, len, log); in ovs_nla_add_action() 2770 a = __add_action(sfa, OVS_KEY_ATTR_TUNNEL_INFO, NULL, in validate_and_copy_set_tun() 2981 at = __add_action(sfa, key_type, NULL, len, log); in validate_set()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_netlink.c | 2494 static struct nlattr *__add_action(struct sw_flow_actions **sfa, in __add_action() function 2518 a = __add_action(sfa, attrtype, data, len, log); in ovs_nla_add_action() 2811 a = __add_action(sfa, OVS_KEY_ATTR_TUNNEL_INFO, NULL, in validate_and_copy_set_tun() 3022 at = __add_action(sfa, key_type, NULL, len, log); in validate_set()
|
Completed in 9 milliseconds