HomeSort by relevance Sort by last modified time
    Searched refs:hook (Results 201 - 225 of 380) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/kernel-headers/original/uapi/linux/netfilter/
nfnetlink_log.h 20 __u8 hook; /* netfilter hook */ member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 19 __u8 hook; /* netfilter hook */ member in struct:nfqnl_msg_packet_hdr
  /external/libnl/include/linux/netfilter/
nfnetlink_log.h 24 u_int8_t hook; /* netfilter hook */ member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 22 u_int8_t hook; /* netfilter hook */ member in struct:nfqnl_msg_packet_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 20 __u8 hook; /* netfilter hook */ member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 18 __u8 hook; /* netfilter hook */ member in struct:nfqnl_msg_packet_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 20 __u8 hook; /* netfilter hook */ member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 18 __u8 hook; /* netfilter hook */ member in struct:nfqnl_msg_packet_hdr
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter/
nfnetlink_log.h 32 __u8 hook; member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 36 __u8 hook; member in struct:nfqnl_msg_packet_hdr
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
nfnetlink_log.h 32 __u8 hook; member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 36 __u8 hook; member in struct:nfqnl_msg_packet_hdr
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter/
nfnetlink_log.h 32 __u8 hook; member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 36 __u8 hook; member in struct:nfqnl_msg_packet_hdr
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter/
nfnetlink_log.h 32 __u8 hook; member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 36 __u8 hook; member in struct:nfqnl_msg_packet_hdr
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter/
nfnetlink_log.h 32 __u8 hook; member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 36 __u8 hook; member in struct:nfqnl_msg_packet_hdr
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/
nfnetlink_log.h 32 __u8 hook; member in struct:nfulnl_msg_packet_hdr
nfnetlink_queue.h 36 __u8 hook; member in struct:nfqnl_msg_packet_hdr
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_thread.c 133 if (worker->hook != NULL) {
134 worker->had_error |= !worker->hook(worker->data1, worker->data2);
  /external/chromium_org/tools/cr/cr/commands/
init.py 149 for hook in cr.InitHook.Plugins():
150 hook.Run(old_version, build_package.config)
  /external/iproute2/tc/
m_ipt.c 401 __u32 hook = 0, index = 0; local
487 hook = NF_IP_PRE_ROUTING;
489 hook = NF_IP_POST_ROUTING;
495 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
511 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
559 fprintf(f, "[NULL ipt hook name ]\n ");
562 __u32 hook; local
563 hook = rta_getattr_u32(tb[TCA_IPT_HOOK]);
564 fprintf(f, " hook: %s \n", ipthooks[hook])
    [all...]
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 51 int return_value = 1; // return successfully from the hook
52 worker_.hook = ThreadHook;
74 int return_value = 0; // return failure from the hook
75 worker_.hook = ThreadHook;
  /ndk/sources/host-tools/sed-4.2.1/doc/
Makefile.am 32 dist-hook:

Completed in 3600 milliseconds

1 2 3 4 5 6 7 891011>>