Home
last modified time | relevance | path

Searched refs:hook (Results 51 – 75 of 397) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/kernel/net/sched/
H A Dem_ipt.c23 u32 hook; member
52 mtpar.hook_mask = 1 << im->hook; in check_match()
167 im->hook = nla_get_u32(tb[TCA_EM_IPT_HOOK]); in em_ipt_change()
237 nf_hook_state_init(&state, im->hook, nfproto, in em_ipt_match()
256 if (nla_put_u32(skb, TCA_EM_IPT_HOOK, im->hook) < 0) in em_ipt_dump()
H A Dact_ipt.c34 char *table, unsigned int hook) in ipt_init_target() argument
53 par.hook_mask = hook; in ipt_init_target()
107 u32 hook = 0; in __tcf_ipt_init() local
162 hook = nla_get_u32(tb[TCA_IPT_HOOK]); in __tcf_ipt_init()
176 err = ipt_init_target(net, t, tname, hook); in __tcf_ipt_init()
190 ipt->tcfi_hook = hook; in __tcf_ipt_init()
230 .hook = ipt->tcfi_hook, in tcf_ipt_act()
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A Dconntrack_icmp_related.sh135 type filter hook forward priority 0; policy accept;
150 type filter hook input priority 0; policy accept;
166 type filter hook input priority 0; policy accept;
174 type filter hook output priority 0; policy accept;
191 type nat hook postrouting priority 0; policy accept;
197 type nat hook postrouting priority 0; policy accept;
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dnf_defrag_ipv6_hooks.c67 nf_ct6_defrag_user(state->hook, skb)); in ipv6_defrag()
77 .hook = ipv6_defrag,
83 .hook = ipv6_defrag,
H A Dip6_tables.c214 unsigned int hook, in trace_packet() argument
226 root = get_entry(private->entries, private->hook_entry[hook]); in trace_packet()
228 hookname = chainname = hooknames[hook]; in trace_packet()
231 xt_entry_foreach(iter, root, private->size - private->hook_entry[hook]) in trace_packet()
236 nf_log_trace(net, AF_INET6, hook, skb, in, out, &trace_loginfo, in trace_packet()
254 unsigned int hook = state->hook; in ip6t_do_table() local
280 WARN_ON(!(table->valid_hooks & (1 << hook))); in ip6t_do_table()
299 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table()
331 trace_packet(state->net, skb, hook, state->in, in ip6t_do_table()
347 private->underflow[hook]); in ip6t_do_table()
[all …]
/OK3568_Linux_fs/kernel/include/acpi/
H A Dbattery.h20 void battery_hook_register(struct acpi_battery_hook *hook);
21 void battery_hook_unregister(struct acpi_battery_hook *hook);
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dnf_defrag_ipv4.c84 nf_ct_defrag_user(state->hook, skb); in ipv4_conntrack_defrag()
94 .hook = ipv4_conntrack_defrag,
100 .hook = ipv4_conntrack_defrag,
H A Dip_tables.c189 unsigned int hook, in trace_packet() argument
201 root = get_entry(private->entries, private->hook_entry[hook]); in trace_packet()
203 hookname = chainname = hooknames[hook]; in trace_packet()
206 xt_entry_foreach(iter, root, private->size - private->hook_entry[hook]) in trace_packet()
211 nf_log_trace(net, AF_INET, hook, skb, in, out, &trace_loginfo, in trace_packet()
229 unsigned int hook = state->hook; in ipt_do_table() local
258 WARN_ON(!(table->valid_hooks & (1 << hook))); in ipt_do_table()
276 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table()
307 trace_packet(state->net, skb, hook, state->in, in ipt_do_table()
323 private->underflow[hook]); in ipt_do_table()
[all …]
/OK3568_Linux_fs/external/libmali/hook/
H A Dmeson.build61 'hook.c',
70 # A dummy library to ensure that the hook library would not be removed as unused
76 # Ensure that the hook library would not be removed as unused
/OK3568_Linux_fs/buildroot/support/testing/tests/package/test_lxc/rootfs-overlay/usr/share/lxc/config/
H A Dminimal-iperf3.conf2 lxc.hook.version = 1
3 lxc.hook.start-host = ip a add 192.168.1.1/24 dev lxc0
/OK3568_Linux_fs/external/xserver/include/
H A Ddbus-core.h46 int dbus_core_add_hook(struct dbus_core_hook *hook);
47 void dbus_core_remove_hook(struct dbus_core_hook *hook);
/OK3568_Linux_fs/kernel/drivers/headset_observe/
H A DKconfig12 support hook interrupt mode.
13 support hook adc mode.
/OK3568_Linux_fs/buildroot/package/libdrm-cursor/
H A DConfig.in2 bool "A hook of drm cursor APIs to fake cursor plane."
6 A hook of drm cursor APIs to fake cursor plane.
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_proto.c208 .hook = ipv4_conntrack_in,
214 .hook = ipv4_conntrack_local,
220 .hook = ipv4_confirm,
226 .hook = ipv4_confirm,
403 .hook = ipv6_conntrack_in,
409 .hook = ipv6_conntrack_local,
415 .hook = ipv6_confirm,
421 .hook = ipv6_confirm,
H A Dnf_conntrack_proto_udp.c74 if (state->hook == NF_INET_PRE_ROUTING && in udp_error()
76 nf_checksum(skb, state->hook, dataoff, IPPROTO_UDP, state->pf)) { in udp_error()
171 if (state->hook == NF_INET_PRE_ROUTING && in udplite_error()
173 nf_checksum_partial(skb, state->hook, dataoff, cscov, IPPROTO_UDP, in udplite_error()
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dquirks.c18 void (*hook)(struct tb_switch *sw); member
40 q->hook(sw); in tb_check_quirks()
/OK3568_Linux_fs/kernel/include/net/netfilter/ipv6/
H A Dnf_reject.h11 void nf_send_reset6(struct net *net, struct sk_buff *oldskb, int hook);
15 unsigned int *otcplen, int hook);
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dtraps.h19 void register_undef_hook(struct undef_hook *hook);
20 void unregister_undef_hook(struct undef_hook *hook);
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter_ipv4.h24 __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook,
29 static inline __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum() argument
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DMakefile.am20 x-hook.c \
30 x-hook.h \
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_core.c1492 return ip_vs_out(net_ipvs(state->net), state->hook, skb, AF_INET); in ip_vs_reply4()
1503 return ip_vs_out(net_ipvs(state->net), state->hook, skb, AF_INET); in ip_vs_local_reply4()
1517 return ip_vs_out(net_ipvs(state->net), state->hook, skb, AF_INET6); in ip_vs_reply6()
1528 return ip_vs_out(net_ipvs(state->net), state->hook, skb, AF_INET6); in ip_vs_local_reply6()
2160 return ip_vs_in(net_ipvs(state->net), state->hook, skb, AF_INET); in ip_vs_remote_request4()
2171 return ip_vs_in(net_ipvs(state->net), state->hook, skb, AF_INET); in ip_vs_local_request4()
2184 return ip_vs_in(net_ipvs(state->net), state->hook, skb, AF_INET6); in ip_vs_remote_request6()
2195 return ip_vs_in(net_ipvs(state->net), state->hook, skb, AF_INET6); in ip_vs_local_request6()
2224 return ip_vs_in_icmp(ipvs, skb, &r, state->hook); in ip_vs_forward_icmp()
2244 return ip_vs_in_icmp_v6(ipvs, skb, &r, state->hook, &iphdr); in ip_vs_forward_icmp_v6()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/unisys/
H A DTODO2 - enhance visornic to use channel_interrupt() hook instead of a
4 - enhance visorhba to use channel_interrupt() hook instead of a
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A Dcommands-boot-Add-API-to-pass-context-to-loader.patch7 in the boot hook and freed in the unload hook. In the case where a loader
9 the unload hook, but in some cases this runs when the loader's global
11 freed and potential use-after-free bugs when the boot hook is subsequently
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0079-video-efi_gop-Remove-unnecessary-return-value-of-gru.patch44 @@ -266,7 +264,6 @@ grub_video_gop_iterate (int (*hook) (const struct grub_video_mode_info *info, vo
52 @@ -277,12 +274,7 @@ grub_video_gop_iterate (int (*hook) (const struct grub_video_mode_info *info, …
63 if (hook (&mode_info, hook_arg))
/OK3568_Linux_fs/external/drm-cursor/debian/
H A Dcontrol19 Description: A hook of drm cursor APIs to fake cursor plane.
24 Description: A hook of drm cursor APIs to fake cursor plane.

12345678910>>...16