/* Set the ICI in the packet. */
op_pk_ici_set (*pkpptr, intf_ici_ptr);
this is one usage of KP in IP layer.but pkpptr is a packet variable, and infi_ici_ptr is a ICI variable.
i have found the usage of this kp: op_pk_ici_set (ICI variable, attributes of ici structure).
i think its wrong. what do you think of this?
thanks in advance!