Home
last modified time | relevance | path

Searched refs:parse_udp (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/tc/
Dp_udp.c27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_udp() function
36 parse_udp,
Df_u32.c610 #define parse_tcp parse_udp
611 static int parse_udp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_udp() function
720 res = parse_udp(&argc, &argv, sel); in parse_selector()