Home
last modified time | relevance | path

Searched refs:__match (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dnf_conntrack_sip.h73 #define __SIP_HDR(__name, __cname, __search, __match) \ argument
81 .match_len = (__match), \
84 #define SIP_HDR(__name, __cname, __search, __match) \ argument
85 __SIP_HDR(__name, __cname, __search, __match)
87 #define SDP_HDR(__name, __search, __match) \ argument
88 __SIP_HDR(__name, NULL, __search, __match)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_bridge/
H A Debtables.h220 struct ebt_entry_match *__match; \
224 __i += __match->match_size + \
226 __match = (void *)(e) + __i; \
228 __ret = fn(__match , ## args); \
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_bridge/
H A Debtables.h220 struct ebt_entry_match *__match; \
224 __i += __match->match_size + \
226 __match = (void *)(e) + __i; \
228 __ret = fn(__match , ## args); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_bridge/
H A Debtables.h220 struct ebt_entry_match *__match; \
224 __i += __match->match_size + \
226 __match = (void *)(e) + __i; \
228 __ret = fn(__match , ## args); \
/OK3568_Linux_fs/u-boot/include/
H A Dsearch.h86 extern int hmatch_r(const char *__match, int __last_idx, ENTRY ** __retval,
H A Dusb.h521 #define U_BOOT_USB_DEVICE(__name, __match) \ argument
524 .match = __match, \
H A Dpci.h1472 #define U_BOOT_PCI_DEVICE(__name, __match) \ argument
1475 .match = __match, \
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_flow_table_offload.c27 #define NF_FLOW_DISSECTOR(__match, __type, __field) \ argument
28 (__match)->dissector.offset[__type] = \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dfunctional1263 const auto __match = __first + __i + 1;
1264 return std::make_pair(__match, __match + __patlen);
H A Dtype_traits1673 typedef __cv_selector<_Unqualified, _IsConst, _IsVol> __match;
1676 typedef typename __match::__type __type;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dfunctional1263 const auto __match = __first + __i + 1;
1264 return std::make_pair(__match, __match + __patlen);
H A Dtype_traits1673 typedef __cv_selector<_Unqualified, _IsConst, _IsVol> __match;
1676 typedef typename __match::__type __type;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dalgorithm1313 _ForwardIterator1 __match = __first1;
1314 for (; __match != __i; ++__match)
1315 if (__pred(*__match, *__i))
1317 if (__match == __i) {
1378 _ForwardIterator1 __match = __first1;
1379 for (; __match != __i; ++__match)
1380 if (__pred(*__match, *__i))
1382 if (__match == __i) {
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dalgorithm1313 _ForwardIterator1 __match = __first1;
1314 for (; __match != __i; ++__match)
1315 if (__pred(*__match, *__i))
1317 if (__match == __i) {
1378 _ForwardIterator1 __match = __first1;
1379 for (; __match != __i; ++__match)
1380 if (__pred(*__match, *__i))
1382 if (__match == __i) {