Searched refs:oitem (Results 1 – 2 of 2) sorted by relevance
316 static int ng_ppp_frag_process(node_p node, item_p oitem);1822 ng_ppp_frag_process(node_p node, item_p oitem) in ng_ppp_frag_process() argument1840 if (oitem) { /* If original item present - reuse it. */ in ng_ppp_frag_process()1841 item = oitem; in ng_ppp_frag_process()1842 oitem = NULL; in ng_ppp_frag_process()1866 if (oitem) NG_FREE_ITEM(oitem); in ng_ppp_frag_process()
3809 item_p item, oitem; in ng_callout() local3824 oitem = c->c_arg; in ng_callout()3826 oitem != NULL) in ng_callout()3827 NG_FREE_ITEM(oitem); in ng_callout()