Searched refs:fsw_flow_del (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_netagent.c | 227 fsw_flow_del(fsw, &req, TRUE, NULL); in fsw_netagent_flow_add() 251 error = fsw_flow_del(fsw, &req, nolinger, params); in fsw_netagent_flow_del()
|
| H A D | fsw_flow.c | 348 fsw_flow_del(fsw, &req, true, NULL); in fsw_flow_add() 382 fsw_flow_del(struct nx_flowswitch *fsw, struct nx_flow_req *req, bool nolinger, in fsw_flow_del() function
|
| H A D | fsw_var.h | 183 extern int fsw_flow_del(struct nx_flowswitch *fsw, struct nx_flow_req *req,
|
| H A D | fsw.c | 248 err = fsw_flow_del(fsw, req, TRUE, NULL); in fsw_ctl_flow_del()
|