Searched refs:hook (Results 1 - 25 of 165) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_hook.c51 ospf6_hook_delete (struct ospf6_hook *hook) argument
53 XFREE (MTYPE_OSPF6_OTHER, hook);
72 ospf6_hook_register (struct ospf6_hook *hook, argument
79 if (hook->name)
80 new->name = strdup (hook->name);
81 new->hook_add = hook->hook_add;
82 new->hook_change = hook->hook_change;
83 new->hook_remove = hook->hook_remove;
97 zlog_info ("HOOK: Register hook%s%s%s%s",
98 (hook
109 struct ospf6_hook *hook; local
147 struct ospf6_hook *hook, *next; local
[all...]
H A Dospf6_hook.h48 struct ospf6_hook *hook;\
49 for (hook = (master)->head; hook; hook = hook->next)\
51 if (hook->hookname)\
54 zlog_info ("HOOK: Call %s hook: %s", (hookstr), hook->name);\
55 (*(hook->hookname)) (data);\
66 #define IS_HOOK_SET(hook) \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/binary/
H A DMakefile.am5 SH_DIST_HOOK = dist-ship-binary-hook
6 dist-ship-binary-hook include bin:
13 dist-hook: $(SH_DIST_HOOK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dtraps.h15 void register_undef_hook(struct undef_hook *hook);
16 void unregister_undef_hook(struct undef_hook *hook);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dtraps.h20 void register_undef_hook(struct undef_hook *hook);
21 void unregister_undef_hook(struct undef_hook *hook);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/registry/
H A Dreg_cachehook.c21 /* Implementation of registry hook cache tree */
49 BOOL reghook_cache_add( REGISTRY_HOOK *hook )
53 if ( !hook )
57 pstrcat( key, hook->keyname );
63 return pathtree_add( cache_tree, key, hook );
74 REGISTRY_HOOK *hook; local
97 hook = pathtree_find( cache_tree, key ) ;
101 return hook;
H A Dreg_frontend.c77 if ( key->hook && key->hook->ops && key->hook->ops->store_subkeys_fn )
78 return key->hook->ops->store_subkeys_fn( key->name, subkeys );
90 if ( key->hook && key->hook->ops && key->hook->ops->store_values_fn )
91 return key->hook->ops->store_values_fn( key->name, val );
106 if ( key->hook && key->hook
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dacosnatfw.h16 /* Responses from hook functions. */
36 /* Function to register/unregister hook points. */
42 int acosNat_hook_slow(int pf, unsigned int hook, struct sk_buff *skb,
50 #define ACOSNAT_HOOK(pf, hook, skb, indev, outdev, okfn) \
51 ((acosNat_hooks[(hook)] == NULL) \
52 ? NF_HOOK((pf), (hook), (skb), (indev), (outdev), (okfn)) \
53 : acosNat_hook_slow((pf), (hook), (skb), (indev), (outdev), (okfn)))
64 #define ACOSNAT_HOOK(pf, hook, skb, indev, outdev, okfn) NF_HOOK((pf), (hook), (skb), (indev), (outdev), (okfn))
H A Dnetfilter.h15 /* Responses from hook functions. */
36 /* Generic cache responses from hook functions.
47 /* Largest hook number + 1 */
64 nf_hookfn *hook; member in struct:nf_hook_ops
104 unsigned int hook; member in struct:nf_info
109 /* Function to register/unregister hook points. */
187 int nf_hook_slow(int pf, unsigned int hook, struct sk_buff **pskb,
192 * nf_hook_thresh - call a netfilter hook
194 * Returns 1 if the hook has allowed the packet to pass. The function
196 * value indicates the packet has been consumed by the hook
198 nf_hook_thresh(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh, int cond) argument
214 nf_hook(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
331 nf_checksum(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, u_int8_t protocol, unsigned short family) argument
372 nf_hook_thresh(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh, int cond) argument
381 nf_hook(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
[all...]
H A Dprofile.h78 int register_timer_hook(int (*hook)(struct pt_regs *));
79 void unregister_timer_hook(int (*hook)(struct pt_regs *));
81 /* Timer based profiling hook */
112 static inline int register_timer_hook(int (*hook)(struct pt_regs *))
117 static inline void unregister_timer_hook(int (*hook)(struct pt_regs *))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Diptable_raw.c49 ipt_hook(unsigned int hook, argument
55 return ipt_do_table(pskb, hook, in, out, &packet_raw);
59 ipt_local_hook(unsigned int hook, argument
73 return ipt_do_table(pskb, hook, in, out, &packet_raw);
79 .hook = ipt_hook,
86 .hook = ipt_local_hook,
H A Diptable_filter.c64 ipt_hook(unsigned int hook, argument
70 return ipt_do_table(pskb, hook, in, out, &packet_filter);
74 ipt_local_out_hook(unsigned int hook, argument
89 return ipt_do_table(pskb, hook, in, out, &packet_filter);
94 .hook = ipt_hook,
101 .hook = ipt_hook,
108 .hook = ipt_local_out_hook,
129 /* Entry 1 is the FORWARD hook */
H A Darptable_filter.c58 static unsigned int arpt_hook(unsigned int hook, argument
64 return arpt_do_table(pskb, hook, in, out, &packet_filter);
69 .hook = arpt_hook,
75 .hook = arpt_hook,
81 .hook = arpt_hook,
H A Diptable_mangle.c77 ipt_route_hook(unsigned int hook, argument
83 return ipt_do_table(pskb, hook, in, out, &packet_mangler);
87 ipt_local_hook(unsigned int hook, argument
115 ret = ipt_do_table(pskb, hook, in, out, &packet_mangler);
133 .hook = ipt_route_hook,
140 .hook = ipt_route_hook,
147 .hook = ipt_route_hook,
154 .hook = ipt_local_hook,
161 .hook = ipt_route_hook,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_internals.h18 int hook,
28 int pf, unsigned int hook,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/dec/
H A Dserial.h33 struct dec_serial_hook *hook);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/dec/
H A Dserial.h33 struct dec_serial_hook *hook);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6table_raw.c50 ip6t_hook(unsigned int hook, argument
56 return ip6t_do_table(pskb, hook, in, out, &packet_raw);
61 .hook = ip6t_hook,
68 .hook = ip6t_hook,
H A Dip6table_filter.c62 ip6t_hook(unsigned int hook, argument
68 return ip6t_do_table(pskb, hook, in, out, &packet_filter);
72 ip6t_local_out_hook(unsigned int hook, argument
79 return ip6t_do_table(pskb, hook, in, out, &packet_filter);
84 .hook = ip6t_hook,
91 .hook = ip6t_hook,
98 .hook = ip6t_local_out_hook,
119 /* Entry 1 is the FORWARD hook */
H A Dip6table_mangle.c72 ip6t_route_hook(unsigned int hook, argument
78 return ip6t_do_table(pskb, hook, in, out, &packet_mangler);
82 ip6t_local_hook(unsigned int hook, argument
104 ret = ip6t_do_table(pskb, hook, in, out, &packet_mangler);
118 .hook = ip6t_route_hook,
125 .hook = ip6t_local_hook,
132 .hook = ip6t_route_hook,
139 .hook = ip6t_local_hook,
146 .hook = ip6t_route_hook,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debtable_nat.c64 ebt_nat_dst(unsigned int hook, struct sk_buff **pskb, const struct net_device *in argument
67 return ebt_do_table(hook, pskb, in, out, &frame_nat);
71 ebt_nat_src(unsigned int hook, struct sk_buff **pskb, const struct net_device *in argument
74 return ebt_do_table(hook, pskb, in, out, &frame_nat);
79 .hook = ebt_nat_dst,
86 .hook = ebt_nat_src,
93 .hook = ebt_nat_dst,
H A Debtable_filter.c64 ebt_hook (unsigned int hook, struct sk_buff **pskb, const struct net_device *in, argument
67 return ebt_do_table(hook, pskb, in, out, &frame_filter);
72 .hook = ebt_hook,
79 .hook = ebt_hook,
86 .hook = ebt_hook,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dipt_ULOG.h39 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/bin/megatron/
H A DMakefile.am14 install-exec-hook:
20 uninstall-hook:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_ulog.h28 unsigned int hook; member in struct:ebt_ulog_packet_msg

Completed in 145 milliseconds

1234567