| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | em_ipt.c | 23 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 D | act_ipt.c | 34 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 D | conntrack_icmp_related.sh | 135 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 D | nf_defrag_ipv6_hooks.c | 67 nf_ct6_defrag_user(state->hook, skb)); in ipv6_defrag() 77 .hook = ipv6_defrag, 83 .hook = ipv6_defrag,
|
| H A D | ip6_tables.c | 214 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 D | battery.h | 20 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 D | nf_defrag_ipv4.c | 84 nf_ct_defrag_user(state->hook, skb); in ipv4_conntrack_defrag() 94 .hook = ipv4_conntrack_defrag, 100 .hook = ipv4_conntrack_defrag,
|
| H A D | ip_tables.c | 189 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 D | meson.build | 61 '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 D | minimal-iperf3.conf | 2 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 D | dbus-core.h | 46 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 D | Kconfig | 12 support hook interrupt mode. 13 support hook adc mode.
|
| /OK3568_Linux_fs/buildroot/package/libdrm-cursor/ |
| H A D | Config.in | 2 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 D | nf_conntrack_proto.c | 208 .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 D | nf_conntrack_proto_udp.c | 74 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 D | quirks.c | 18 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 D | nf_reject.h | 11 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 D | traps.h | 19 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 D | netfilter_ipv4.h | 24 __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 D | Makefile.am | 20 x-hook.c \ 30 x-hook.h \
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_core.c | 1492 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 D | TODO | 2 - 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 D | commands-boot-Add-API-to-pass-context-to-loader.patch | 7 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 D | 0079-video-efi_gop-Remove-unnecessary-return-value-of-gru.patch | 44 @@ -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 D | control | 19 Description: A hook of drm cursor APIs to fake cursor plane. 24 Description: A hook of drm cursor APIs to fake cursor plane.
|