Searched refs:hook (Results 26 - 50 of 165) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dipt_ULOG.h39 unsigned int hook; member in struct:ulog_packet_msg
H A Dip_queue.h26 unsigned int hook; /* Netfilter hook we rode in on */ member in struct:ipq_packet_msg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A DMakefile.am35 dist-hook:
41 install-data-hook:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A DMakefile.am14 install-exec-hook:
20 uninstall-hook:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_ULOG.h44 unsigned int hook; member in struct:ulog_packet_msg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/distrib/initscripts/
H A DMakefile.am67 install-data-hook:
89 install-data-hook:
111 install-data-hook:
113 uninstall-hook:
132 install-data-hook:
134 uninstall-hook:
169 install-data-hook:
171 uninstall-hook:
190 install-data-hook:
216 install-data-hook
[all...]
H A DMakefile.in449 @USE_COBALT_FALSE@@USE_DEBIAN_FALSE@@USE_GENTOO_FALSE@@USE_NETBSD_FALSE@@USE_REDHAT_FALSE@@USE_SOLARIS_FALSE@@USE_SUSE_FALSE@@USE_TRU64_FALSE@@USE_UNDEF_FALSE@install-data-hook:
450 @USE_COBALT_FALSE@@USE_NETBSD_FALSE@@USE_TRU64_FALSE@@USE_UNDEF_FALSE@uninstall-hook:
471 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
507 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
514 install-data install-data-am install-data-hook install-dvi \
521 ps ps-am uninstall uninstall-am uninstall-hook \
545 @USE_REDHAT_TRUE@install-data-hook:
556 @USE_SUSE_TRUE@install-data-hook:
567 @USE_COBALT_TRUE@install-data-hook:
569 @USE_COBALT_TRUE@uninstall-hook
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dcore.c54 * service a packet if a hook returns NF_QUEUE. We could keep a count
55 * of skbuffs queued for userspace, and not deregister a hook unless
57 * packets come back: if the hook is gone, the packet is discarded. */
120 int hook,
141 verdict = elem->hook(hook, skb, indev, outdev, okfn);
147 elem->hook, hook);
162 int nf_hook_slow(int pf, unsigned int hook, struct sk_buff **pskb, argument
175 elem = &nf_hooks[pf][hook];
118 nf_iterate(struct list_head *head, struct sk_buff **skb, int hook, const struct net_device *indev, const struct net_device *outdev, struct list_head **i, int (*okfn)(struct sk_buff *), int hook_thresh) argument
[all...]
H A Dnf_queue.c79 int pf, unsigned int hook,
119 (struct nf_hook_ops *)elem, pf, hook, indev, outdev, okfn };
121 /* If it's going away, ignore hook. */
166 int pf, unsigned int hook,
175 return __nf_queue(skb, elem, pf, hook, indev, outdev, okfn,
196 if (!__nf_queue(segs, elem, pf, hook, indev, outdev, okfn,
225 /* Drop reference to owner of hook which queued us. */
228 list_for_each_rcu(i, &nf_hooks[info->pf][info->hook]) {
233 if (i == &nf_hooks[info->pf][info->hook]) {
254 verdict = nf_iterate(&nf_hooks[info->pf][info->hook],
77 __nf_queue(struct sk_buff *skb, struct list_head *elem, int pf, unsigned int hook, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), unsigned int queuenum) argument
164 nf_queue(struct sk_buff *skb, struct list_head *elem, int pf, unsigned int hook, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), unsigned int queuenum) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/distrib/initscripts/
H A DMakefile.am73 install-data-hook:
101 install-data-hook:
125 install-data-hook:
147 install-data-hook:
149 uninstall-hook:
184 install-data-hook:
186 uninstall-hook:
205 install-data-hook:
231 install-data-hook:
253 install-data-hook
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dtraps.c128 void register_undef_hook(struct undef_hook *hook) argument
131 list_add(&hook->node, &undef_hook);
135 void unregister_undef_hook(struct undef_hook *hook) argument
138 list_del(&hook->node);
180 struct undef_hook *hook; local
210 list_for_each_entry(hook, &undef_hook, node) {
211 if ((insn & hook->insn_mask) == hook->insn_val) {
212 if (hook->fn(regs, insn) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_lsdb.h45 void (*hook) (struct ospf6_lsa *); member in struct:ospf6_lsdb
54 void (*hook) (struct ospf6_lsa *old, struct ospf6_lsa *new); member in struct:ospf6_lsdb_hook_t
H A Dospf6_lsa.c798 /* get scoped lsdb, call remove hook */
809 if (lsdb->hook)
810 (*lsdb->hook) (lsa, NULL);
1341 struct ospf6_hook hook;
1350 ospf6_lsdb_hook[OSPF6_LSA_TYPE_ROUTER & OSPF6_LSTYPE_CODE_MASK].hook =
1353 memset (&hook, 0, sizeof (hook));
1354 hook.name = "OriginateRouter";
1355 hook.hook_change = ospf6_lsa_router_hook_neighbor;
1356 ospf6_hook_register (&hook,
1338 struct ospf6_hook hook; local
1537 struct ospf6_hook hook; local
1865 struct ospf6_hook hook; local
[all...]
H A Dospf6_intra.c202 zlog_info ("INTRA: topology hook: Examining %s (%p)",
830 struct ospf6_hook hook;
839 memset (&hook, 0, sizeof (hook));
840 hook.name = "OriginateIntraPrefix";
841 hook.hook_add = ospf6_lsa_intra_prefix_hook_interface;
842 hook.hook_change = ospf6_lsa_intra_prefix_hook_interface;
843 hook.hook_remove = NULL; /* XXX */
844 ospf6_hook_register (&hook, &interface_hook);
846 memset (&hook,
829 struct ospf6_hook hook; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dnetfilter.c63 if (info->hook == NF_IP6_LOCAL_OUT) {
75 if (info->hook == NF_IP6_LOCAL_OUT) {
84 __sum16 nf_ip6_checksum(struct sk_buff *skb, unsigned int hook, argument
92 if (hook != NF_IP6_PRE_ROUTING && hook != NF_IP6_LOCAL_IN)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetfilter_ipv4.h84 extern __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook,
H A Dnetfilter_ipv6.h75 extern __sum16 nf_ip6_checksum(struct sk_buff *skb, unsigned int hook,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/libipq/
H A Dip_queue_64.h16 unsigned int hook; /* Netfilter hook we rode in on */ member in struct:ipq_packet_msg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A DMakefile.am31 dist-hook:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/
H A DMakefile.am8 dist-hook:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A DMakefile.am18 dist-hook:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_ipt.c53 static int ipt_init_target(struct ipt_entry_target *t, char *table, unsigned int hook) argument
66 table, hook, 0, 0);
74 hook)) {
116 u32 hook = 0; local
151 hook = *(u32 *)RTA_DATA(tb[TCA_IPT_HOOK-1]);
165 if ((err = ipt_init_target(t, tname, hook)) < 0)
176 ipt->tcfi_hook = hook;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dnetfilter.c25 * packets with foreign saddr to appear on the NF_IP_LOCAL_OUT hook.
144 if (info->hook == NF_IP_LOCAL_OUT) {
157 if (info->hook == NF_IP_LOCAL_OUT) {
168 __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, argument
176 if (hook != NF_IP_PRE_ROUTING && hook != NF_IP_LOCAL_IN)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DMakefile.am49 dist-hook:
141 # We extend the standard install with a custom hook:
142 install-data-hook:
146 # We extend the standard uninstall with a custom hook:
147 uninstall-hook:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_standalone.c138 /* LOCAL_IN hook doesn't have a chain! */
279 .hook = nf_nat_in,
287 .hook = nf_nat_out,
295 .hook = nf_nat_adjust,
303 .hook = nf_nat_local_fn,
311 .hook = nf_nat_fn,
319 .hook = nf_nat_adjust,

Completed in 114 milliseconds

1234567