/linux-2.4.37.9/include/asm-x86_64/ |
D | rwlock.h | 26 #define __build_read_lock_ptr(rw, helper) \ argument 31 "2:\tcall " helper "\n\t" \ 36 #define __build_read_lock_const(rw, helper) \ argument 43 "call " helper "\n\t" \ 49 #define __build_read_lock(rw, helper) do { \ argument 51 __build_read_lock_const(rw, helper); \ 53 __build_read_lock_ptr(rw, helper); \ 56 #define __build_write_lock_ptr(rw, helper) \ argument 61 "2:\tcall " helper "\n\t" \ 66 #define __build_write_lock_const(rw, helper) \ argument [all …]
|
/linux-2.4.37.9/include/asm-i386/ |
D | rwlock.h | 23 #define __build_read_lock_ptr(rw, helper) \ argument 28 "2:\tcall " helper "\n\t" \ 33 #define __build_read_lock_const(rw, helper) \ argument 40 "call " helper "\n\t" \ 46 #define __build_read_lock(rw, helper) do { \ argument 48 __build_read_lock_const(rw, helper); \ 50 __build_read_lock_ptr(rw, helper); \ 53 #define __build_write_lock_ptr(rw, helper) \ argument 58 "2:\tcall " helper "\n\t" \ 63 #define __build_write_lock_const(rw, helper) \ argument [all …]
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ipt_helper.c | 61 if (!exp->expectant->helper) { in match() 68 exp->expectant->helper->name, info->name); in match() 73 ret ^= !strncmp(exp->expectant->helper->name, info->name, in match() 74 strlen(exp->expectant->helper->name)); in match()
|
D | ip_conntrack_core.c | 248 IP_NF_ASSERT(expect->expectant->helper); in unexpect_related() 252 if (expect->expectant->helper->timeout in unexpect_related() 730 conntrack->helper = ip_ct_find_helper(&repl_tuple); in init_conntrack() 734 && expected->expectant->helper->timeout in init_conntrack() 884 if (ret != NF_DROP && ct->helper) { in ip_conntrack_in() 885 ret = ct->helper->help((*pskb)->nh.iph, (*pskb)->len, in ip_conntrack_in() 977 related_to->helper->timeout) { in ip_conntrack_expect_related() 983 related_to->helper->timeout * HZ; in ip_conntrack_expect_related() 992 } else if (related_to->helper->max_expected && in ip_conntrack_expect_related() 993 related_to->expecting >= related_to->helper->max_expected) { in ip_conntrack_expect_related() [all …]
|
D | ip_nat_helper.c | 459 helper_cmp(const struct ip_nat_helper *helper, in helper_cmp() argument 462 return ip_ct_tuple_mask_cmp(tuple, &helper->tuple, &helper->mask); in helper_cmp() 523 kill_helper(struct ip_conntrack *i, void *helper) in kill_helper() argument 525 return (i->nat.info.helper == helper); in kill_helper()
|
D | ip_nat_core.c | 488 helper_cmp(const struct ip_nat_helper *helper, in helper_cmp() argument 491 return ip_ct_tuple_mask_cmp(tuple, &helper->tuple, &helper->mask); in helper_cmp() 630 info->helper = LIST_FIND(&helpers, helper_cmp, struct ip_nat_helper *, in ip_nat_setup_info() 757 struct ip_nat_helper *helper; in do_bindings() local 794 helper = info->helper; in do_bindings() 797 if (helper) { in do_bindings() 823 ret = helper->help(ct, exp, info, ctinfo, in do_bindings() 834 if (!helper_called && helper->flags & IP_NAT_HELPER_F_ALWAYS) { in do_bindings() 836 ret = helper->help(ct, NULL, info, ctinfo, in do_bindings()
|
D | ip_nat_standalone.c | 58 return master->nat.info.helper->expect(pskb, hooknum, ct, info); in call_expect() 121 && master_ct(ct)->nat.info.helper in ip_nat_fn() 122 && master_ct(ct)->nat.info.helper->expect) { in ip_nat_fn()
|
D | ip_conntrack_standalone.c | 68 if (expect->expectant->helper->timeout) in print_expect()
|
/linux-2.4.37.9/net/ipv4/ipvs/ |
D | Config.in | 22 comment 'IPVS application helper' 23 dep_tristate ' FTP protocol helper' CONFIG_IP_VS_FTP $CONFIG_IP_VS
|
/linux-2.4.37.9/include/linux/netfilter_ipv4/ |
D | ip_nat.h | 106 struct ip_nat_helper *helper; member
|
D | ip_conntrack.h | 187 struct ip_conntrack_helper *helper; member
|
/linux-2.4.37.9/Documentation/BK-usage/ |
D | 00-INDEX | 16 bz64wrap: helper script. Uncompressed input is piped to this script,
|
/linux-2.4.37.9/Documentation/ |
D | isapnp.txt | 91 This function is a helper for drivers which need to use more than 117 This function is a helper for drivers which need to use one
|
D | laptop-mode.txt | 49 know why or what causes it. The laptop mode patch has a little helper for
|
D | CodingStyle | 173 maximum limits all the more closely. Use helper functions with 243 user helper that "GNU emacs" automatically formats the C sources for
|
D | pci.txt | 207 pci_module_init() Inline helper function for ensuring correct
|
/linux-2.4.37.9/Documentation/usb/ |
D | hotplug.txt | 22 (triggering some monitoring daemon to invoke a helper program) or 23 actively (calling such a user mode helper program directly).
|
D | ibmcam.txt | 133 The ibmcam driver uses usbvideo helper library (module),
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | Insmod-options | 23 autoload=0/1 autoload helper modules (tuner, audio).
|
D | README | 58 the helper modules.
|
D | Sound-FAQ | 28 example. If your board has one, you might have to load a helper
|
/linux-2.4.37.9/Documentation/power/ |
D | pci.txt | 87 These are helper functions designed to be called by individual device drivers.
|
/linux-2.4.37.9/Documentation/sysctl/ |
D | vm.txt | 127 has a little helper for that as well. When set to 1, it will
|
/linux-2.4.37.9/Documentation/kbuild/ |
D | makefiles.txt | 238 For example, the subdirectory drivers/pci has a helper program 247 For another example, kbuild helper programs such as
|
/linux-2.4.37.9/arch/mips64/ |
D | defconfig | 310 # IPVS application helper
|