Searched refs:__match (Results 1 – 4 of 4) sorted by relevance
| /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)
|
| /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); \
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | common.h | 476 #define DEFINE_SCMI_TRANSPORT_DRIVER(__tag, __drv, __desc, __match, __core_ops)\ argument 520 .of_match_table = __match, \
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_offload.c | 29 #define NF_FLOW_DISSECTOR(__match, __type, __field) \ argument 30 (__match)->dissector.offset[__type] = \
|