Home
last modified time | relevance | path

Searched refs:matchsize (Results 1 – 25 of 77) sorted by relevance

1234

/Linux-v5.4/net/netfilter/
Dxt_tcpudp.c170 .matchsize = sizeof(struct xt_tcp),
179 .matchsize = sizeof(struct xt_tcp),
188 .matchsize = sizeof(struct xt_udp),
197 .matchsize = sizeof(struct xt_udp),
206 .matchsize = sizeof(struct xt_udp),
215 .matchsize = sizeof(struct xt_udp),
Dxt_dscp.c70 .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),
Dxt_socket.c235 .matchsize = sizeof(struct xt_socket_mtinfo1),
247 .matchsize = sizeof(struct xt_socket_mtinfo1),
259 .matchsize = sizeof(struct xt_socket_mtinfo1),
271 .matchsize = sizeof(struct xt_socket_mtinfo1),
283 .matchsize = sizeof(struct xt_socket_mtinfo1),
295 .matchsize = sizeof(struct xt_socket_mtinfo1),
Dnft_compat.c425 memcpy(out, in, m->matchsize); in match_compat_from_user()
426 pad = XT_ALIGN(m->matchsize) - m->matchsize; in match_compat_from_user()
428 memset(out + m->matchsize, 0, pad); in match_compat_from_user()
472 priv->info = kmalloc(XT_ALIGN(m->matchsize), GFP_KERNEL); in nft_match_large_init()
524 match->matchsize, match->usersize)) in __nft_match_dump()
709 unsigned int matchsize; in nft_match_select_ops() local
727 if (match->matchsize > nla_len(tb[NFTA_MATCH_INFO])) { in nft_match_select_ops()
746 matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize)); in nft_match_select_ops()
747 if (matchsize > NFT_MATCH_LARGE_THRESH) { in nft_match_select_ops()
748 matchsize = NFT_EXPR_SIZE(sizeof(struct nft_xt_match_priv)); in nft_match_select_ops()
[all …]
Dxt_length.c44 .matchsize = sizeof(struct xt_length_info),
51 .matchsize = sizeof(struct xt_length_info),
Dxt_hl.c69 .matchsize = sizeof(struct ipt_ttl_info),
77 .matchsize = sizeof(struct ip6t_hl_info),
Dxt_nfacct.c65 .matchsize = sizeof(struct xt_nfacct_match_info),
76 .matchsize = sizeof(struct xt_nfacct_match_info_v1),
Dxt_set.c526 .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),
Dxt_ipcomp.c82 .matchsize = sizeof(struct xt_ipcomp),
91 .matchsize = sizeof(struct xt_ipcomp),
Dxt_esp.c78 .matchsize = sizeof(struct xt_esp),
87 .matchsize = sizeof(struct xt_esp),
Dxt_tcpmss.c82 .matchsize = sizeof(struct xt_tcpmss_match_info),
90 .matchsize = sizeof(struct xt_tcpmss_match_info),
Dxt_cgroup.c172 .matchsize = sizeof(struct xt_cgroup_info_v0),
184 .matchsize = sizeof(struct xt_cgroup_info_v1),
198 .matchsize = sizeof(struct xt_cgroup_info_v2),
Dxt_bpf.c125 .matchsize = sizeof(struct xt_bpf_info),
136 .matchsize = sizeof(struct xt_bpf_info_v1),
Dxt_ecn.c151 .matchsize = sizeof(struct xt_ecn_info),
159 .matchsize = sizeof(struct xt_ecn_info),
Dxt_multiport.c150 .matchsize = sizeof(struct xt_multiport_v1),
159 .matchsize = sizeof(struct xt_multiport_v1),
Dxt_iprange.c107 .matchsize = sizeof(struct xt_iprange_mtinfo),
115 .matchsize = sizeof(struct xt_iprange_mtinfo),
Dxt_dccp.c143 .matchsize = sizeof(struct xt_dccp_info),
152 .matchsize = sizeof(struct xt_dccp_info),
Dxt_sctp.c173 .matchsize = sizeof(struct xt_sctp_info),
182 .matchsize = sizeof(struct xt_sctp_info),
Dxt_comment.c31 .matchsize = sizeof(struct xt_comment_info),
Dxt_conntrack.c287 .matchsize = sizeof(struct xt_conntrack_mtinfo1),
297 .matchsize = sizeof(struct xt_conntrack_mtinfo2),
307 .matchsize = sizeof(struct xt_conntrack_mtinfo3),
Dxt_policy.c163 .matchsize = sizeof(struct xt_policy_info),
171 .matchsize = sizeof(struct xt_policy_info),
Dxt_realm.c33 .matchsize = sizeof(struct xt_realm_info),
Dxt_cpu.c46 .matchsize = sizeof(struct xt_cpu_info),
/Linux-v5.4/net/ipv6/netfilter/
Dip6t_hbh.c187 .matchsize = sizeof(struct ip6t_opts),
195 .matchsize = sizeof(struct ip6t_opts),
/Linux-v5.4/net/bridge/netfilter/
Debt_pkttype.c40 .matchsize = sizeof(struct ebt_pkttype_info),

1234