Searched refs:hook (Results 51 - 75 of 155) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpci.h132 void *sysdata; /* hook for sys-specific extension */
255 void *sysdata; /* hook for sys-specific extension */
821 void (*hook)(struct pci_dev *dev); member in struct:pci_fixup
833 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, hook) \
835 __attribute__((__section__(#section))) = { vendor, device, hook };
836 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \
838 vendor##device##hook, vendor, device, hook)
839 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \
841 vendor##device##hook, vendo
[all...]
H A Dif_frad.h198 extern void dlci_ioctl_set(int (*hook)(unsigned int, void __user *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DMakefile.am54 install-exec-hook:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/src/
H A DMakefile.am36 install-exec-hook:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dm_ipt.c389 __u32 hook = 0, index = 0; local
472 hook = NF_IP_PRE_ROUTING;
474 hook = NF_IP_POST_ROUTING;
480 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
496 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
533 fprintf(f, "[NULL ipt hook name ]\n ");
536 __u32 hook; local
537 hook = *(__u32 *) RTA_DATA(tb[TCA_IPT_HOOK]);
538 fprintf(f, " hook
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/
H A DMakefile.am34 dist-hook:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_conntrack_l3proto_ipv4.c90 printk(KERN_ERR "ipv4_prepare: Frag of proto %u (hook=%u)\n",
199 make it the first hook. */
202 .hook = ipv4_conntrack_defrag,
209 .hook = ipv4_conntrack_in,
216 .hook = ipv4_conntrack_defrag,
223 .hook = ipv4_conntrack_local,
230 .hook = ipv4_conntrack_help,
237 .hook = ipv4_conntrack_help,
244 .hook = ipv4_confirm,
251 .hook
[all...]
H A Darp_tables.c219 unsigned int hook,
245 e = get_entry(table_base, private->hook_entry[hook]);
246 back = get_entry(table_base, private->underflow[hook]);
295 hook,
332 /* Figures out from what hook each rule can be called: returns 0 if
333 * there are loops. Puts hook bitmask in comefrom.
338 unsigned int hook; local
341 * to 0 as we leave), and comefrom to save source hook bitmask.
343 for (hook = 0; hook < NF_ARP_NUMHOOK
218 arpt_do_table(struct sk_buff **pskb, unsigned int hook, const struct net_device *in, const struct net_device *out, struct arpt_table *table) argument
[all...]
H A Dipt_REJECT.c37 static void send_reset(struct sk_buff *oldskb, int hook) argument
61 if (nf_ip_checksum(oldskb, hook, ip_hdrlen(oldskb), IPPROTO_TCP))
129 if (hook != NF_IP_FORWARD
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dtraps.c280 void register_undef_hook(struct undef_hook *hook) argument
285 list_add(&hook->node, &undef_hook);
289 void unregister_undef_hook(struct undef_hook *hook) argument
294 list_del(&hook->node);
302 struct undef_hook *hook; local
325 list_for_each_entry(hook, &undef_hook, node) {
326 if ((instr & hook->instr_mask) == hook->instr_val &&
327 (regs->ARM_cpsr & hook->cpsr_mask) == hook
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/
H A Dbr_netfilter.c198 * bridge PRE_ROUTING hook. */
454 static unsigned int br_nf_pre_routing_ipv6(unsigned int hook, argument
506 static unsigned int br_nf_pre_routing(unsigned int hook, struct sk_buff **pskb, argument
524 return br_nf_pre_routing_ipv6(hook, skb, in, out, okfn);
583 * register an IPv4 PRE_ROUTING 'sabotage' hook that will
585 static unsigned int br_nf_local_in(unsigned int hook, struct sk_buff **pskb, argument
626 static unsigned int br_nf_forward_ip(unsigned int hook, struct sk_buff **pskb, argument
667 static unsigned int br_nf_forward_arp(unsigned int hook, struct sk_buff **pskb, argument
705 * and we fake the PF_BRIDGE/FORWARD hook. The function br_nf_forward()
706 * will then fake the PF_INET/FORWARD hook
710 br_nf_local_out(unsigned int hook, struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
753 br_nf_post_routing(unsigned int hook, struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
829 ip_sabotage_in(unsigned int hook, struct sk_buff **pskb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DMakefile.am77 install-data-hook: $(ASSEMBLY)
80 uninstall-hook: $(ASSEMBLY)
H A DMakefile.in466 @HAVE_DBUS_FALSE@install-data-hook:
467 @HAVE_MONO_FALSE@install-data-hook:
468 @HAVE_DBUS_FALSE@uninstall-hook:
469 @HAVE_MONO_FALSE@uninstall-hook:
492 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
537 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
543 install-data install-data-am install-data-hook install-dvi \
550 ps ps-am uninstall uninstall-am uninstall-hook \
572 @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@install-data-hook: $(ASSEMBLY)
575 @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@uninstall-hook
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-ui-sharp/
H A DMakefile.am64 install-data-hook: $(ASSEMBLY)
67 uninstall-hook: $(ASSEMBLY)
H A DMakefile.in452 @HAVE_DBUS_FALSE@install-data-hook:
453 @HAVE_GTK_FALSE@install-data-hook:
454 @HAVE_MONO_FALSE@install-data-hook:
455 @HAVE_DBUS_FALSE@uninstall-hook:
456 @HAVE_GTK_FALSE@uninstall-hook:
457 @HAVE_MONO_FALSE@uninstall-hook:
480 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
525 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
531 install-data install-data-am install-data-hook install-dvi \
538 ps ps-am uninstall uninstall-am uninstall-hook \
[all...]
H A DMakefile452 install-data-hook:
453 install-data-hook:
454 install-data-hook:
455 uninstall-hook:
456 uninstall-hook:
457 uninstall-hook:
480 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
525 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
531 install-data install-data-am install-data-hook install-dvi \
538 ps ps-am uninstall uninstall-am uninstall-hook \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A DMakefile.am131 install-exec-hook:
141 uninstall-hook:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter/
H A Dnfnetlink_log.h20 u_int8_t hook; /* netfilter hook */ member in struct:nfulnl_msg_packet_hdr
H A Dnfnetlink_queue.h18 u_int8_t hook; /* netfilter hook */ member in struct:nfqnl_msg_packet_hdr
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/tc/
H A Dzs.c359 if (!tty && (!info->hook || !info->hook->rx_char))
399 if (info->hook && info->hook->rx_char) {
400 (*info->hook->rx_char)(ch, flag);
750 if (!info->hook) {
757 cflag = info->hook->cflags;
764 if (!info->hook)
767 info->hook->cflags &= ~CBAUDEX;
1102 if (info->hook)
1847 register_zs_hook(unsigned int channel, struct dec_serial_hook *hook) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dnf_conntrack_l3proto_ipv6.c266 .hook = ipv6_defrag,
273 .hook = ipv6_conntrack_in,
280 .hook = ipv6_conntrack_local,
287 .hook = ipv6_defrag,
294 .hook = ipv6_confirm,
301 .hook = ipv6_confirm,
443 "hook.\n");
H A Dip6_tables.c237 unsigned int hook,
265 IP_NF_ASSERT(table->valid_hooks & (1 << hook));
267 e = get_entry(table_base, private->hook_entry[hook]);
270 back = get_entry(table_base, private->underflow[hook]);
328 hook,
383 /* Figures out from what hook each rule can be called: returns 0 if
384 there are loops. Puts hook bitmask in comefrom. */
389 unsigned int hook; local
392 to 0 as we leave), and comefrom to save source hook bitmask */
393 for (hook
236 ip6t_do_table(struct sk_buff **pskb, unsigned int hook, const struct net_device *in, const struct net_device *out, struct xt_table *table) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/
H A DMakefile.am29 dist-hook:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A DMakefile.am54 install-exec-hook: install-rootlibLTLIBRARIES
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/decnet/netfilter/
H A Ddn_rtmsg.c90 static unsigned int dnrmg_hook(unsigned int hook, argument
130 .hook = dnrmg_hook,

Completed in 221 milliseconds

1234567