Searched refs:__match (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/netfilter/ |
H A D | nf_conntrack_sip.h | 73 #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)
|
/openbmc/linux/include/uapi/linux/netfilter_bridge/ |
H A D | ebtables.h | 222 struct ebt_entry_match *__match; \ 226 __i += __match->match_size + \ 228 __match = (void *)(e) + __i; \ 230 __ret = fn(__match , ## args); \
|
/openbmc/u-boot/include/ |
H A D | search.h | 85 extern int hmatch_r(const char *__match, int __last_idx, ENTRY ** __retval,
|
H A D | usb.h | 520 #define U_BOOT_USB_DEVICE(__name, __match) \ argument 523 .match = __match, \
|
H A D | pci.h | 1646 #define U_BOOT_PCI_DEVICE(__name, __match) \ argument 1649 .match = __match, \
|
/openbmc/linux/net/netfilter/ |
H A D | nf_flow_table_offload.c | 28 #define NF_FLOW_DISSECTOR(__match, __type, __field) \ argument 29 (__match)->dissector.offset[__type] = \
|