Home
last modified time | relevance | path

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

1234

/Linux-v4.19/net/netfilter/
Dxt_tcpudp.c169 .matchsize = sizeof(struct xt_tcp),
178 .matchsize = sizeof(struct xt_tcp),
187 .matchsize = sizeof(struct xt_udp),
196 .matchsize = sizeof(struct xt_udp),
205 .matchsize = sizeof(struct xt_udp),
214 .matchsize = sizeof(struct xt_udp),
Dxt_dscp.c73 .matchsize = sizeof(struct xt_dscp_info),
81 .matchsize = sizeof(struct xt_dscp_info),
89 .matchsize = sizeof(struct xt_tos_match_info),
97 .matchsize = sizeof(struct xt_tos_match_info),
Dxt_socket.c239 .matchsize = sizeof(struct xt_socket_mtinfo1),
251 .matchsize = sizeof(struct xt_socket_mtinfo1),
263 .matchsize = sizeof(struct xt_socket_mtinfo1),
275 .matchsize = sizeof(struct xt_socket_mtinfo1),
287 .matchsize = sizeof(struct xt_socket_mtinfo1),
299 .matchsize = sizeof(struct xt_socket_mtinfo1),
Dnft_compat.c431 memcpy(out, in, m->matchsize); in match_compat_from_user()
432 pad = XT_ALIGN(m->matchsize) - m->matchsize; in match_compat_from_user()
434 memset(out + m->matchsize, 0, pad); in match_compat_from_user()
485 priv->info = kmalloc(XT_ALIGN(m->matchsize), GFP_KERNEL); in nft_match_large_init()
535 nla_put(skb, NFTA_MATCH_INFO, XT_ALIGN(match->matchsize), info)) in __nft_match_dump()
730 unsigned int matchsize; in nft_match_select_ops() local
756 if (match->matchsize > nla_len(tb[NFTA_MATCH_INFO])) { in nft_match_select_ops()
777 matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize)); in nft_match_select_ops()
778 if (matchsize > NFT_MATCH_LARGE_THRESH) { in nft_match_select_ops()
779 matchsize = NFT_EXPR_SIZE(sizeof(struct nft_xt_match_priv)); in nft_match_select_ops()
[all …]
Dxt_length.c47 .matchsize = sizeof(struct xt_length_info),
54 .matchsize = sizeof(struct xt_length_info),
Dxt_hl.c72 .matchsize = sizeof(struct ipt_ttl_info),
80 .matchsize = sizeof(struct ip6t_hl_info),
Dxt_set.c529 .matchsize = sizeof(struct xt_set_info_match_v0),
539 .matchsize = sizeof(struct xt_set_info_match_v1),
549 .matchsize = sizeof(struct xt_set_info_match_v1),
560 .matchsize = sizeof(struct xt_set_info_match_v1),
570 .matchsize = sizeof(struct xt_set_info_match_v1),
581 .matchsize = sizeof(struct xt_set_info_match_v3),
591 .matchsize = sizeof(struct xt_set_info_match_v3),
602 .matchsize = sizeof(struct xt_set_info_match_v4),
612 .matchsize = sizeof(struct xt_set_info_match_v4),
Dxt_esp.c81 .matchsize = sizeof(struct xt_esp),
90 .matchsize = sizeof(struct xt_esp),
Dxt_ipcomp.c86 .matchsize = sizeof(struct xt_ipcomp),
95 .matchsize = sizeof(struct xt_ipcomp),
Dxt_tcpmss.c85 .matchsize = sizeof(struct xt_tcpmss_match_info),
93 .matchsize = sizeof(struct xt_tcpmss_match_info),
Dxt_bpf.c128 .matchsize = sizeof(struct xt_bpf_info),
139 .matchsize = sizeof(struct xt_bpf_info_v1),
Dxt_cgroup.c117 .matchsize = sizeof(struct xt_cgroup_info_v0),
129 .matchsize = sizeof(struct xt_cgroup_info_v1),
Dxt_ecn.c154 .matchsize = sizeof(struct xt_ecn_info),
162 .matchsize = sizeof(struct xt_ecn_info),
Dxt_multiport.c153 .matchsize = sizeof(struct xt_multiport_v1),
162 .matchsize = sizeof(struct xt_multiport_v1),
Dxt_iprange.c110 .matchsize = sizeof(struct xt_iprange_mtinfo),
118 .matchsize = sizeof(struct xt_iprange_mtinfo),
Dxt_dccp.c146 .matchsize = sizeof(struct xt_dccp_info),
155 .matchsize = sizeof(struct xt_dccp_info),
Dxt_comment.c30 .matchsize = sizeof(struct xt_comment_info),
Dxt_sctp.c172 .matchsize = sizeof(struct xt_sctp_info),
181 .matchsize = sizeof(struct xt_sctp_info),
Dxt_conntrack.c290 .matchsize = sizeof(struct xt_conntrack_mtinfo1),
300 .matchsize = sizeof(struct xt_conntrack_mtinfo2),
310 .matchsize = sizeof(struct xt_conntrack_mtinfo3),
Dxt_policy.c166 .matchsize = sizeof(struct xt_policy_info),
174 .matchsize = sizeof(struct xt_policy_info),
Dxt_realm.c36 .matchsize = sizeof(struct xt_realm_info),
Dxt_cpu.c50 .matchsize = sizeof(struct xt_cpu_info),
Dxt_mac.c49 .matchsize = sizeof(struct xt_mac_info),
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_hbh.c190 .matchsize = sizeof(struct ip6t_opts),
198 .matchsize = sizeof(struct ip6t_opts),
/Linux-v4.19/net/bridge/netfilter/
Debt_pkttype.c39 .matchsize = sizeof(struct ebt_pkttype_info),

1234