Home
last modified time | relevance | path

Searched refs:helper (Results 1 – 25 of 30) sorted by relevance

12

/linux-2.4.37.9/include/asm-x86_64/
Drwlock.h26 #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/
Drwlock.h23 #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/
Dipt_helper.c61 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()
Dip_conntrack_core.c248 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 …]
Dip_nat_helper.c459 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()
Dip_nat_core.c488 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()
Dip_nat_standalone.c58 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()
Dip_conntrack_standalone.c68 if (expect->expectant->helper->timeout) in print_expect()
/linux-2.4.37.9/net/ipv4/ipvs/
DConfig.in22 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/
Dip_nat.h106 struct ip_nat_helper *helper; member
Dip_conntrack.h187 struct ip_conntrack_helper *helper; member
/linux-2.4.37.9/Documentation/BK-usage/
D00-INDEX16 bz64wrap: helper script. Uncompressed input is piped to this script,
/linux-2.4.37.9/Documentation/
Disapnp.txt91 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
Dlaptop-mode.txt49 know why or what causes it. The laptop mode patch has a little helper for
DCodingStyle173 maximum limits all the more closely. Use helper functions with
243 user helper that "GNU emacs" automatically formats the C sources for
Dpci.txt207 pci_module_init() Inline helper function for ensuring correct
/linux-2.4.37.9/Documentation/usb/
Dhotplug.txt22 (triggering some monitoring daemon to invoke a helper program) or
23 actively (calling such a user mode helper program directly).
Dibmcam.txt133 The ibmcam driver uses usbvideo helper library (module),
/linux-2.4.37.9/Documentation/video4linux/bttv/
DInsmod-options23 autoload=0/1 autoload helper modules (tuner, audio).
DREADME58 the helper modules.
DSound-FAQ28 example. If your board has one, you might have to load a helper
/linux-2.4.37.9/Documentation/power/
Dpci.txt87 These are helper functions designed to be called by individual device drivers.
/linux-2.4.37.9/Documentation/sysctl/
Dvm.txt127 has a little helper for that as well. When set to 1, it will
/linux-2.4.37.9/Documentation/kbuild/
Dmakefiles.txt238 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/
Ddefconfig310 # IPVS application helper

12