Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/ipgpc/
H A Dipgpc.h44 #define IPGPC_CLASSIFY "ipgpc.classify" macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c606 strcmp(action_name, IPGPC_CLASSIFY) == 0) { in add_class()
837 if (strcmp(action_name, IPGPC_CLASSIFY) == 0) { in add_filter()
889 strcmp(action_name, IPGPC_CLASSIFY) == 0) { in add_filter()
982 if (strcmp(action_name, IPGPC_CLASSIFY) == 0) { in modify_filter()
2156 act = actionexist(IPGPC_CLASSIFY, actions); in add_items()
2241 strcmp(act->name, IPGPC_CLASSIFY) != 0) { in add_item()
7935 (strcmp((*action)->name, IPGPC_CLASSIFY) != 0)) { in readaction()
8388 strcmp(act->name, IPGPC_CLASSIFY) != 0) { in validconf()
8514 if (strcmp(action->name, IPGPC_CLASSIFY) == 0) in readconf()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c13657 if ((aid = ipp_action_lookup(IPGPC_CLASSIFY)) == IPP_ACTION_INVAL) { in ip_process()