Home
last modified time | relevance | path

Searched refs:IPGPC_CLASSIFY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dipgpc.h44 #define IPGPC_CLASSIFY "ipgpc.classify" macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c604 strcmp(action_name, IPGPC_CLASSIFY) == 0) { in add_class()
832 if (strcmp(action_name, IPGPC_CLASSIFY) == 0) { in add_filter()
884 strcmp(action_name, IPGPC_CLASSIFY) == 0) { in add_filter()
977 if (strcmp(action_name, IPGPC_CLASSIFY) == 0) { in modify_filter()
2151 act = actionexist(IPGPC_CLASSIFY, actions); in add_items()
2236 strcmp(act->name, IPGPC_CLASSIFY) != 0) { in add_item()
7928 (strcmp((*action)->name, IPGPC_CLASSIFY) != 0)) { in readaction()
8381 strcmp(act->name, IPGPC_CLASSIFY) != 0) { in validconf()
8507 if (strcmp(action->name, IPGPC_CLASSIFY) == 0) in readconf()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c13725 if ((aid = ipp_action_lookup(IPGPC_CLASSIFY)) == IPP_ACTION_INVAL) { in ip_process()