Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/net/netfilter/
A 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),
A 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),
A Dxt_socket.c246 .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),
A Dnft_compat.c467 memcpy(out, in, m->matchsize); in match_compat_from_user()
468 pad = XT_ALIGN(m->matchsize) - m->matchsize; in match_compat_from_user()
470 memset(out + m->matchsize, 0, pad); in match_compat_from_user()
516 priv->info = kmalloc(XT_ALIGN(m->matchsize), GFP_KERNEL); in nft_match_large_init()
567 match->matchsize, match->usersize)) in __nft_match_dump()
751 unsigned int matchsize; in nft_match_select_ops() local
769 if (match->matchsize > nla_len(tb[NFTA_MATCH_INFO])) { in nft_match_select_ops()
789 matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize)); in nft_match_select_ops()
790 if (matchsize > NFT_MATCH_LARGE_THRESH) { in nft_match_select_ops()
791 matchsize = NFT_EXPR_SIZE(sizeof(struct nft_xt_match_priv)); in nft_match_select_ops()
[all …]
A Dxt_length.c43 .matchsize = sizeof(struct xt_length_info),
50 .matchsize = sizeof(struct xt_length_info),
A Dxt_hl.c69 .matchsize = sizeof(struct ipt_ttl_info),
77 .matchsize = sizeof(struct ip6t_hl_info),
A 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),
A Dxt_nfacct.c65 .matchsize = sizeof(struct xt_nfacct_match_info),
76 .matchsize = sizeof(struct xt_nfacct_match_info_v1),
A Dxt_esp.c78 .matchsize = sizeof(struct xt_esp),
87 .matchsize = sizeof(struct xt_esp),
A Dxt_ipcomp.c82 .matchsize = sizeof(struct xt_ipcomp),
91 .matchsize = sizeof(struct xt_ipcomp),
A 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),
A Dxt_tcpmss.c82 .matchsize = sizeof(struct xt_tcpmss_match_info),
90 .matchsize = sizeof(struct xt_tcpmss_match_info),
A Dxt_bpf.c125 .matchsize = sizeof(struct xt_bpf_info),
136 .matchsize = sizeof(struct xt_bpf_info_v1),
A Dxt_ecn.c151 .matchsize = sizeof(struct xt_ecn_info),
159 .matchsize = sizeof(struct xt_ecn_info),
A Dxt_iprange.c107 .matchsize = sizeof(struct xt_iprange_mtinfo),
115 .matchsize = sizeof(struct xt_iprange_mtinfo),
A Dxt_multiport.c150 .matchsize = sizeof(struct xt_multiport_v1),
159 .matchsize = sizeof(struct xt_multiport_v1),
A Dxt_dccp.c143 .matchsize = sizeof(struct xt_dccp_info),
152 .matchsize = sizeof(struct xt_dccp_info),
A Dxt_sctp.c172 .matchsize = sizeof(struct xt_sctp_info),
181 .matchsize = sizeof(struct xt_sctp_info),
A Dxt_conntrack.c287 .matchsize = sizeof(struct xt_conntrack_mtinfo1),
297 .matchsize = sizeof(struct xt_conntrack_mtinfo2),
307 .matchsize = sizeof(struct xt_conntrack_mtinfo3),
A Dxt_comment.c31 .matchsize = sizeof(struct xt_comment_info),
A Dxt_policy.c163 .matchsize = sizeof(struct xt_policy_info),
171 .matchsize = sizeof(struct xt_policy_info),
A Dxt_realm.c33 .matchsize = sizeof(struct xt_realm_info),
A Dxt_cpu.c46 .matchsize = sizeof(struct xt_cpu_info),
/linux-6.3-rc2/net/ipv6/netfilter/
A Dip6t_hbh.c186 .matchsize = sizeof(struct ip6t_opts),
194 .matchsize = sizeof(struct ip6t_opts),
/linux-6.3-rc2/net/bridge/netfilter/
A Debt_pkttype.c40 .matchsize = sizeof(struct ebt_pkttype_info),

Completed in 20 milliseconds

1234