Searched refs:devlink_dpipe_match_put (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_dpipe.c | 107 return devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_erif_matches_dump() 318 err = devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_host_matches_dump() 338 return devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_host_matches_dump() 867 err = devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_adj_matches_dump() 875 err = devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_adj_matches_dump() 883 return devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_adj_matches_dump()
|
/Linux-v4.19/include/net/ |
D | devlink.h | 519 int devlink_dpipe_match_put(struct sk_buff *skb, 707 devlink_dpipe_match_put(struct sk_buff *skb, in devlink_dpipe_match_put() function
|
/Linux-v4.19/net/core/ |
D | devlink.c | 1656 int devlink_dpipe_match_put(struct sk_buff *skb, in devlink_dpipe_match_put() function 1681 EXPORT_SYMBOL_GPL(devlink_dpipe_match_put); 1959 if (devlink_dpipe_match_put(skb, value->match)) in devlink_dpipe_match_value_put()
|