Searched refs:sys_read_packet_hook (Results 1 – 4 of 4) sorted by relevance
512 old_sys_read_packet = sys_read_packet_hook; in plugin_init()513 sys_read_packet_hook = pppoe_sys_read_packet; in plugin_init()
60 sys_read_packet_hook { TYPE = DATA; FLAGS = extern }; # " "
693 extern int (*sys_read_packet_hook) __P((int retv, struct strbuf *ctrl,
136 int (*sys_read_packet_hook) __P((int retv, struct strbuf *ctrl, variable1771 if (sys_read_packet_hook != NULL) {1772 rc = len = (*sys_read_packet_hook)(len, &ctrl, &data,