Home
last modified time | relevance | path

Searched refs:matchlen (Results 1 – 15 of 15) sorted by relevance

/linux/net/netfilter/
H A Dnf_conntrack_sip.c326 unsigned int *matchoff, unsigned int *matchlen, in ct_sip_parse_request() argument
362 *matchlen = end - dptr; in ct_sip_parse_request()
450 unsigned int *matchoff, unsigned int *matchlen) in ct_sip_get_header() argument
504 *matchlen = hdr->match_len(ct, dptr, limit, &shift); in ct_sip_get_header()
505 if (!*matchlen) in ct_sip_get_header()
518 unsigned int *matchoff, unsigned int *matchlen) in ct_sip_next_header() argument
536 *matchlen = hdr->match_len(ct, dptr, limit, &shift); in ct_sip_next_header()
537 if (!*matchlen) in ct_sip_next_header()
548 unsigned int *matchoff, unsigned int *matchlen) in ct_sip_walk_headers() argument
555 type, matchoff, matchlen); in ct_sip_walk_headers()
[all …]
H A Dnf_nat_sip.c37 unsigned int matchoff, unsigned int matchlen, in mangle_packet() argument
51 protoff, matchoff, matchlen, in mangle_packet()
59 protoff, matchoff, matchlen, in mangle_packet()
66 *datalen += buflen - matchlen; in mangle_packet()
97 unsigned int matchoff, unsigned int matchlen, in map_addr() argument
129 matchoff, matchlen, buffer, buflen); in map_addr()
139 unsigned int matchlen, matchoff; in map_sip_addr() local
144 &matchoff, &matchlen, &addr, &port) <= 0) in map_sip_addr()
147 matchoff, matchlen, &addr, port); in map_sip_addr()
158 unsigned int coff, matchoff, matchlen; in nf_nat_sip() local
[all …]
H A Dnf_nat_ftp.c69 unsigned int matchlen, in nf_nat_ftp() argument
78 pr_debug("type %i, off %u len %u\n", type, matchoff, matchlen); in nf_nat_ftp()
103 matchlen, buffer, buflen)) in nf_nat_ftp()
H A Dnf_nat_amanda.c33 unsigned int matchlen, in help() argument
56 protoff, matchoff, matchlen, in help()
H A Dnf_nat_irc.c37 unsigned int matchlen, in help() argument
77 matchlen, buffer, strlen(buffer))) { in help()
H A Dnf_conntrack_ftp.c373 unsigned int matchlen, matchoff; in help() local
446 &matchoff, &matchlen, in help()
466 matchlen, fb_ptr + matchoff, in help()
467 matchlen, ntohl(th->seq) + matchoff); in help()
519 protoff, matchoff, matchlen, exp); in help()
/linux/include/linux/netfilter/
H A Dnf_conntrack_sip.h127 unsigned int matchlen);
145 unsigned int matchlen,
171 unsigned int *matchlen, union nf_inet_addr *addr,
176 unsigned int *matchlen);
180 unsigned int *matchoff, unsigned int *matchlen,
185 unsigned int *matchlen, union nf_inet_addr *addr,
196 unsigned int *matchoff, unsigned int *matchlen);
H A Dnf_conntrack_amanda.h16 unsigned int matchlen,
H A Dnf_conntrack_irc.h17 unsigned int matchlen,
H A Dnf_conntrack_ftp.h36 unsigned int matchlen,
/linux/net/sctp/
H A Dipv6.c289 __u8 matchlen = 0; in sctp_v6_get_dst()
403 if (matchlen > bmatchlen) { in sctp_v6_get_dst()
411 matchlen = bmatchlen; in sctp_v6_get_dst()
287 __u8 matchlen = 0; sctp_v6_get_dst() local
/linux/kernel/debug/kdb/
H A Dkdb_main.c234 int matchlen = strlen(match); in kdbgetenv() local
243 if ((strncmp(match, e, matchlen) == 0) in kdbgetenv()
244 && ((e[matchlen] == '\0') in kdbgetenv()
245 || (e[matchlen] == '='))) { in kdbgetenv()
/linux/drivers/nvme/host/
H A Dcore.c3138 size_t matchlen; in string_matches() local
3143 matchlen = strlen(match); in string_matches()
3144 WARN_ON_ONCE(matchlen > len); in string_matches()
3146 if (memcmp(idstr, match, matchlen)) in string_matches()
3149 for (; matchlen < len; matchlen++) in string_matches()
3150 if (idstr[matchlen] != ' ') in string_matches()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c94 table[i].matchlen) == 0) { \
153 int matchlen; member
200 int matchlen; member
/linux/net/ipv6/
H A Daddrconf.c1541 int matchlen; member
1607 ret = score->matchlen; in ipv6_get_saddr_eval()
1707 score->matchlen = ret; in ipv6_get_saddr_eval()