Home
last modified time | relevance | path

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

12345678910>>...15

/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H 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),
H 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),
H A Dxt_socket.c244 .matchsize = sizeof(struct xt_socket_mtinfo1),
256 .matchsize = sizeof(struct xt_socket_mtinfo1),
270 .matchsize = sizeof(struct xt_socket_mtinfo1),
283 .matchsize = sizeof(struct xt_socket_mtinfo1),
296 .matchsize = sizeof(struct xt_socket_mtinfo1),
309 .matchsize = sizeof(struct xt_socket_mtinfo1),
H A Dnft_compat.c443 memcpy(out, in, m->matchsize); in match_compat_from_user()
444 pad = XT_ALIGN(m->matchsize) - m->matchsize; in match_compat_from_user()
446 memset(out + m->matchsize, 0, pad); in match_compat_from_user()
492 priv->info = kmalloc(XT_ALIGN(m->matchsize), GFP_KERNEL); in nft_match_large_init()
543 match->matchsize, match->usersize)) in __nft_match_dump()
724 unsigned int matchsize; in nft_match_select_ops() local
742 if (match->matchsize > nla_len(tb[NFTA_MATCH_INFO])) { in nft_match_select_ops()
761 matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize)); in nft_match_select_ops()
762 if (matchsize > NFT_MATCH_LARGE_THRESH) { in nft_match_select_ops()
763 matchsize = NFT_EXPR_SIZE(sizeof(struct nft_xt_match_priv)); in nft_match_select_ops()
[all …]
H A Dxt_length.c44 .matchsize = sizeof(struct xt_length_info),
51 .matchsize = sizeof(struct xt_length_info),
H 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),
H A Dxt_hl.c69 .matchsize = sizeof(struct ipt_ttl_info),
77 .matchsize = sizeof(struct ip6t_hl_info),
H A Dxt_nfacct.c65 .matchsize = sizeof(struct xt_nfacct_match_info),
76 .matchsize = sizeof(struct xt_nfacct_match_info_v1),
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H 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),
H 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),
H A Dxt_socket.c244 .matchsize = sizeof(struct xt_socket_mtinfo1),
256 .matchsize = sizeof(struct xt_socket_mtinfo1),
270 .matchsize = sizeof(struct xt_socket_mtinfo1),
283 .matchsize = sizeof(struct xt_socket_mtinfo1),
296 .matchsize = sizeof(struct xt_socket_mtinfo1),
309 .matchsize = sizeof(struct xt_socket_mtinfo1),
H A Dnft_compat.c443 memcpy(out, in, m->matchsize); in match_compat_from_user()
444 pad = XT_ALIGN(m->matchsize) - m->matchsize; in match_compat_from_user()
446 memset(out + m->matchsize, 0, pad); in match_compat_from_user()
492 priv->info = kmalloc(XT_ALIGN(m->matchsize), GFP_KERNEL); in nft_match_large_init()
543 match->matchsize, match->usersize)) in __nft_match_dump()
724 unsigned int matchsize; in nft_match_select_ops() local
742 if (match->matchsize > nla_len(tb[NFTA_MATCH_INFO])) { in nft_match_select_ops()
761 matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize)); in nft_match_select_ops()
762 if (matchsize > NFT_MATCH_LARGE_THRESH) { in nft_match_select_ops()
763 matchsize = NFT_EXPR_SIZE(sizeof(struct nft_xt_match_priv)); in nft_match_select_ops()
[all …]
H A Dxt_length.c44 .matchsize = sizeof(struct xt_length_info),
51 .matchsize = sizeof(struct xt_length_info),
H 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),
H A Dxt_hl.c69 .matchsize = sizeof(struct ipt_ttl_info),
77 .matchsize = sizeof(struct ip6t_hl_info),
H A Dxt_nfacct.c65 .matchsize = sizeof(struct xt_nfacct_match_info),
76 .matchsize = sizeof(struct xt_nfacct_match_info_v1),
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H 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),
H 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),
H A Dxt_socket.c244 .matchsize = sizeof(struct xt_socket_mtinfo1),
256 .matchsize = sizeof(struct xt_socket_mtinfo1),
270 .matchsize = sizeof(struct xt_socket_mtinfo1),
283 .matchsize = sizeof(struct xt_socket_mtinfo1),
296 .matchsize = sizeof(struct xt_socket_mtinfo1),
309 .matchsize = sizeof(struct xt_socket_mtinfo1),
H A Dnft_compat.c443 memcpy(out, in, m->matchsize); in match_compat_from_user()
444 pad = XT_ALIGN(m->matchsize) - m->matchsize; in match_compat_from_user()
446 memset(out + m->matchsize, 0, pad); in match_compat_from_user()
492 priv->info = kmalloc(XT_ALIGN(m->matchsize), GFP_KERNEL); in nft_match_large_init()
543 match->matchsize, match->usersize)) in __nft_match_dump()
724 unsigned int matchsize; in nft_match_select_ops() local
742 if (match->matchsize > nla_len(tb[NFTA_MATCH_INFO])) { in nft_match_select_ops()
761 matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize)); in nft_match_select_ops()
762 if (matchsize > NFT_MATCH_LARGE_THRESH) { in nft_match_select_ops()
763 matchsize = NFT_EXPR_SIZE(sizeof(struct nft_xt_match_priv)); in nft_match_select_ops()
[all …]
H A Dxt_length.c44 .matchsize = sizeof(struct xt_length_info),
51 .matchsize = sizeof(struct xt_length_info),
H 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),
H A Dxt_hl.c69 .matchsize = sizeof(struct ipt_ttl_info),
77 .matchsize = sizeof(struct ip6t_hl_info),
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dstage1.c632 Width_T matchsize, in identify_singles() argument
748 Width_T matchsize, in identify_doubles() argument
910 Width_T matchsize, in identify_triples() argument
1091 Width_T matchsize, merstart; in identify_matches() local
1130 if (matchsize == oligosize) { in identify_matches()
1134 matchsize, in identify_matches()
1144 matchsize, in identify_matches()
1156 matchsize, in identify_matches()
3400 Width_T matchsize; in scan_ends() local
3423 matchsize -= 6; in scan_ends()
[all …]
/dports/editors/zile/zile-2.4.14/src/
H A Dcompletion.c260 cp->matchsize = 0; in completion_try()
266 cp->matchsize = strlen (cp->match); in completion_try()
288 cp->matchsize = strlen (cp->match); in completion_try()
294 cp->matchsize = strlen (cp->match); in completion_try()
308 cp->matchsize = j; in completion_try()

12345678910>>...15