Searched refs:ipd_hook (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c58 * | /dev/ipd | | pfhooks packet callback | == ipd_hook()
78 * structure. This will cause each packet to go through ipd_hook().
116 * mutex_enter(ipd_nsl_lock); enter ipd_hook() bump hook_t refcount
118 * | mutex acquired enter ipd_hook()
124 * mutex acquired leave ipd_hook() |
276 ipd_hook(hook_event_token_t event, hook_data_t data, void *arg) function
378 ins->ipdn_v4in->h_func = ipd_hook;
393 ins->ipdn_v4out->h_func = ipd_hook;
408 ins->ipdn_v6in->h_func = ipd_hook;
423 ins->ipdn_v6out->h_func = ipd_hook;
[all...]

Completed in 44 milliseconds