Searched refs:__match (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/netfilter/ |
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)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_bridge/ |
D | ebtables.h | 147 …__match; for(__i = sizeof(struct ebt_entry); __i < (e)->watchers_offset; __i += __match->match_siz…
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_bridge/ |
D | ebtables.h | 171 struct ebt_entry_match *__match; \ 175 __i += __match->match_size + \ 177 __match = (void *)(e) + __i; \ 179 __ret = fn(__match , ## args); \
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 220 struct ebt_entry_match *__match; \ 224 __i += __match->match_size + \ 226 __match = (void *)(e) + __i; \ 228 __ret = fn(__match , ## args); \
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_flow_table_offload.c | 27 #define NF_FLOW_DISSECTOR(__match, __type, __field) \ argument 28 (__match)->dissector.offset[__type] = \
|