Searched refs:act_parse_police (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/tc/ |
D | m_police.c | 31 .parse_aopt = act_parse_police, 124 int act_parse_police(struct action_util *a,int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr… in act_parse_police() function 316 return act_parse_police(NULL,argc_p,argv_p,tca_id,n); in parse_police()
|
D | tc_util.h | 96 extern int act_parse_police(struct action_util *a,int *, char ***, int, struct nlmsghdr *);
|