Searched refs:matchsize (Results 1 – 25 of 77) sorted by relevance
1234
/Linux-v4.19/net/netfilter/ |
D | xt_tcpudp.c | 169 .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),
|
D | xt_dscp.c | 73 .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),
|
D | xt_socket.c | 239 .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),
|
D | nft_compat.c | 431 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 …]
|
D | xt_length.c | 47 .matchsize = sizeof(struct xt_length_info), 54 .matchsize = sizeof(struct xt_length_info),
|
D | xt_hl.c | 72 .matchsize = sizeof(struct ipt_ttl_info), 80 .matchsize = sizeof(struct ip6t_hl_info),
|
D | xt_set.c | 529 .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),
|
D | xt_esp.c | 81 .matchsize = sizeof(struct xt_esp), 90 .matchsize = sizeof(struct xt_esp),
|
D | xt_ipcomp.c | 86 .matchsize = sizeof(struct xt_ipcomp), 95 .matchsize = sizeof(struct xt_ipcomp),
|
D | xt_tcpmss.c | 85 .matchsize = sizeof(struct xt_tcpmss_match_info), 93 .matchsize = sizeof(struct xt_tcpmss_match_info),
|
D | xt_bpf.c | 128 .matchsize = sizeof(struct xt_bpf_info), 139 .matchsize = sizeof(struct xt_bpf_info_v1),
|
D | xt_cgroup.c | 117 .matchsize = sizeof(struct xt_cgroup_info_v0), 129 .matchsize = sizeof(struct xt_cgroup_info_v1),
|
D | xt_ecn.c | 154 .matchsize = sizeof(struct xt_ecn_info), 162 .matchsize = sizeof(struct xt_ecn_info),
|
D | xt_multiport.c | 153 .matchsize = sizeof(struct xt_multiport_v1), 162 .matchsize = sizeof(struct xt_multiport_v1),
|
D | xt_iprange.c | 110 .matchsize = sizeof(struct xt_iprange_mtinfo), 118 .matchsize = sizeof(struct xt_iprange_mtinfo),
|
D | xt_dccp.c | 146 .matchsize = sizeof(struct xt_dccp_info), 155 .matchsize = sizeof(struct xt_dccp_info),
|
D | xt_comment.c | 30 .matchsize = sizeof(struct xt_comment_info),
|
D | xt_sctp.c | 172 .matchsize = sizeof(struct xt_sctp_info), 181 .matchsize = sizeof(struct xt_sctp_info),
|
D | xt_conntrack.c | 290 .matchsize = sizeof(struct xt_conntrack_mtinfo1), 300 .matchsize = sizeof(struct xt_conntrack_mtinfo2), 310 .matchsize = sizeof(struct xt_conntrack_mtinfo3),
|
D | xt_policy.c | 166 .matchsize = sizeof(struct xt_policy_info), 174 .matchsize = sizeof(struct xt_policy_info),
|
D | xt_realm.c | 36 .matchsize = sizeof(struct xt_realm_info),
|
D | xt_cpu.c | 50 .matchsize = sizeof(struct xt_cpu_info),
|
D | xt_mac.c | 49 .matchsize = sizeof(struct xt_mac_info),
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6t_hbh.c | 190 .matchsize = sizeof(struct ip6t_opts), 198 .matchsize = sizeof(struct ip6t_opts),
|
/Linux-v4.19/net/bridge/netfilter/ |
D | ebt_pkttype.c | 39 .matchsize = sizeof(struct ebt_pkttype_info),
|
1234