Searched refs:matchsize (Results 1 – 25 of 75) sorted by relevance
123
/linux-6.6.21/net/netfilter/ |
D | xt_tcpudp.c | 262 .matchsize = sizeof(struct xt_tcp), 271 .matchsize = sizeof(struct xt_tcp), 280 .matchsize = sizeof(struct xt_udp), 289 .matchsize = sizeof(struct xt_udp), 298 .matchsize = sizeof(struct xt_udp), 307 .matchsize = sizeof(struct xt_udp), 314 .matchsize = sizeof(struct ipt_icmp), 323 .matchsize = sizeof(struct ip6t_icmp),
|
D | xt_dscp.c | 70 .matchsize = sizeof(struct xt_dscp_info), 78 .matchsize = sizeof(struct xt_dscp_info), 86 .matchsize = sizeof(struct xt_tos_match_info), 94 .matchsize = sizeof(struct xt_tos_match_info),
|
D | xt_socket.c | 246 .matchsize = sizeof(struct xt_socket_mtinfo1), 258 .matchsize = sizeof(struct xt_socket_mtinfo1), 272 .matchsize = sizeof(struct xt_socket_mtinfo1), 285 .matchsize = sizeof(struct xt_socket_mtinfo1), 298 .matchsize = sizeof(struct xt_socket_mtinfo1), 311 .matchsize = sizeof(struct xt_socket_mtinfo1),
|
D | nft_compat.c | 490 memcpy(out, in, m->matchsize); in match_compat_from_user() 491 pad = XT_ALIGN(m->matchsize) - m->matchsize; in match_compat_from_user() 493 memset(out + m->matchsize, 0, pad); in match_compat_from_user() 539 priv->info = kmalloc(XT_ALIGN(m->matchsize), GFP_KERNEL); in nft_match_large_init() 590 match->matchsize, match->usersize)) in __nft_match_dump() 790 unsigned int matchsize; in nft_match_select_ops() local 808 if (match->matchsize > nla_len(tb[NFTA_MATCH_INFO])) { in nft_match_select_ops() 828 matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize)); in nft_match_select_ops() 829 if (matchsize > NFT_MATCH_LARGE_THRESH) { in nft_match_select_ops() 830 matchsize = NFT_EXPR_SIZE(sizeof(struct nft_xt_match_priv)); in nft_match_select_ops() [all …]
|
D | xt_length.c | 43 .matchsize = sizeof(struct xt_length_info), 50 .matchsize = sizeof(struct xt_length_info),
|
D | xt_hl.c | 69 .matchsize = sizeof(struct ipt_ttl_info), 77 .matchsize = sizeof(struct ip6t_hl_info),
|
D | xt_set.c | 526 .matchsize = sizeof(struct xt_set_info_match_v0), 536 .matchsize = sizeof(struct xt_set_info_match_v1), 546 .matchsize = sizeof(struct xt_set_info_match_v1), 557 .matchsize = sizeof(struct xt_set_info_match_v1), 567 .matchsize = sizeof(struct xt_set_info_match_v1), 578 .matchsize = sizeof(struct xt_set_info_match_v3), 588 .matchsize = sizeof(struct xt_set_info_match_v3), 599 .matchsize = sizeof(struct xt_set_info_match_v4), 609 .matchsize = sizeof(struct xt_set_info_match_v4),
|
D | xt_nfacct.c | 65 .matchsize = sizeof(struct xt_nfacct_match_info), 76 .matchsize = sizeof(struct xt_nfacct_match_info_v1),
|
D | xt_esp.c | 78 .matchsize = sizeof(struct xt_esp), 87 .matchsize = sizeof(struct xt_esp),
|
D | xt_ipcomp.c | 82 .matchsize = sizeof(struct xt_ipcomp), 91 .matchsize = sizeof(struct xt_ipcomp),
|
D | xt_cgroup.c | 172 .matchsize = sizeof(struct xt_cgroup_info_v0), 184 .matchsize = sizeof(struct xt_cgroup_info_v1), 198 .matchsize = sizeof(struct xt_cgroup_info_v2),
|
D | xt_tcpmss.c | 82 .matchsize = sizeof(struct xt_tcpmss_match_info), 90 .matchsize = sizeof(struct xt_tcpmss_match_info),
|
D | xt_bpf.c | 125 .matchsize = sizeof(struct xt_bpf_info), 136 .matchsize = sizeof(struct xt_bpf_info_v1),
|
D | xt_ecn.c | 151 .matchsize = sizeof(struct xt_ecn_info), 159 .matchsize = sizeof(struct xt_ecn_info),
|
D | xt_iprange.c | 107 .matchsize = sizeof(struct xt_iprange_mtinfo), 115 .matchsize = sizeof(struct xt_iprange_mtinfo),
|
D | xt_multiport.c | 150 .matchsize = sizeof(struct xt_multiport_v1), 159 .matchsize = sizeof(struct xt_multiport_v1),
|
D | xt_dccp.c | 143 .matchsize = sizeof(struct xt_dccp_info), 152 .matchsize = sizeof(struct xt_dccp_info),
|
D | xt_conntrack.c | 287 .matchsize = sizeof(struct xt_conntrack_mtinfo1), 297 .matchsize = sizeof(struct xt_conntrack_mtinfo2), 307 .matchsize = sizeof(struct xt_conntrack_mtinfo3),
|
D | xt_comment.c | 31 .matchsize = sizeof(struct xt_comment_info),
|
D | xt_policy.c | 163 .matchsize = sizeof(struct xt_policy_info), 171 .matchsize = sizeof(struct xt_policy_info),
|
D | xt_sctp.c | 174 .matchsize = sizeof(struct xt_sctp_info), 183 .matchsize = sizeof(struct xt_sctp_info),
|
D | xt_realm.c | 33 .matchsize = sizeof(struct xt_realm_info),
|
D | xt_cpu.c | 46 .matchsize = sizeof(struct xt_cpu_info),
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | ip6t_hbh.c | 186 .matchsize = sizeof(struct ip6t_opts), 194 .matchsize = sizeof(struct ip6t_opts),
|
/linux-6.6.21/net/bridge/netfilter/ |
D | ebt_pkttype.c | 40 .matchsize = sizeof(struct ebt_pkttype_info),
|
123