| /linux/net/netfilter/ |
| H A D | nf_conntrack_sip.c | 326 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 D | nf_nat_sip.c | 37 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 D | nf_nat_ftp.c | 69 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 D | nf_nat_amanda.c | 33 unsigned int matchlen, in help() argument 56 protoff, matchoff, matchlen, in help()
|
| H A D | nf_nat_irc.c | 37 unsigned int matchlen, in help() argument 77 matchlen, buffer, strlen(buffer))) { in help()
|
| H A D | nf_conntrack_ftp.c | 373 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 D | nf_conntrack_sip.h | 127 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 D | nf_conntrack_amanda.h | 16 unsigned int matchlen,
|
| H A D | nf_conntrack_irc.h | 17 unsigned int matchlen,
|
| H A D | nf_conntrack_ftp.h | 36 unsigned int matchlen,
|
| /linux/net/sctp/ |
| H A D | ipv6.c | 289 __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 D | kdb_main.c | 234 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 D | core.c | 3138 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 D | scsi_transport_fc.c | 94 table[i].matchlen) == 0) { \ 153 int matchlen; member 200 int matchlen; member
|
| /linux/net/ipv6/ |
| H A D | addrconf.c | 1541 int matchlen; member 1607 ret = score->matchlen; in ipv6_get_saddr_eval() 1707 score->matchlen = ret; in ipv6_get_saddr_eval()
|