Searched defs:matchoff (Results 1 - 6 of 6) sorted by relevance

/net/netfilter/
H A Dnf_nat_amanda.c30 unsigned int matchoff,
67 protoff, matchoff, matchlen,
27 help(struct sk_buff *skb, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned int matchoff, unsigned int matchlen, struct nf_conntrack_expect *exp) argument
H A Dnf_nat_irc.c32 unsigned int matchoff,
86 ret = nf_nat_mangle_tcp_packet(skb, ct, ctinfo, protoff, matchoff,
29 help(struct sk_buff *skb, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned int matchoff, unsigned int matchlen, struct nf_conntrack_expect *exp) argument
H A Dnf_nat_ftp.c63 unsigned int matchoff,
74 pr_debug("FTP_NAT: type %i, off %u len %u\n", type, matchoff, matchlen);
111 if (!nf_nat_mangle_tcp_packet(skb, ct, ctinfo, protoff, matchoff,
59 nf_nat_ftp(struct sk_buff *skb, enum ip_conntrack_info ctinfo, enum nf_ct_ftp_type type, unsigned int protoff, unsigned int matchoff, unsigned int matchlen, struct nf_conntrack_expect *exp) argument
H A Dnf_nat_sip.c35 unsigned int matchoff, unsigned int matchlen,
46 matchoff += dataoff - baseoff;
49 protoff, matchoff, matchlen,
54 matchoff += dataoff - baseoff;
57 protoff, matchoff, matchlen,
93 unsigned int matchoff, unsigned int matchlen,
122 matchoff, matchlen, buffer, buflen);
132 unsigned int matchlen, matchoff; local
137 &matchoff, &matchlen, &addr, &port) <= 0)
140 matchoff, matchle
32 mangle_packet(struct sk_buff *skb, unsigned int protoff, unsigned int dataoff, const char **dptr, unsigned int *datalen, unsigned int matchoff, unsigned int matchlen, const char *buffer, unsigned int buflen) argument
90 map_addr(struct sk_buff *skb, unsigned int protoff, unsigned int dataoff, const char **dptr, unsigned int *datalen, unsigned int matchoff, unsigned int matchlen, union nf_inet_addr *addr, __be16 port) argument
151 unsigned int coff, matchoff, matchlen; local
341 nf_nat_sip_expect(struct sk_buff *skb, unsigned int protoff, unsigned int dataoff, const char **dptr, unsigned int *datalen, struct nf_conntrack_expect *exp, unsigned int matchoff, unsigned int matchlen) argument
421 unsigned int matchoff, matchlen; local
452 unsigned int matchlen, matchoff; local
482 nf_nat_sdp_port(struct sk_buff *skb, unsigned int protoff, unsigned int dataoff, const char **dptr, unsigned int *datalen, unsigned int matchoff, unsigned int matchlen, u_int16_t port) argument
[all...]
H A Dnf_conntrack_sip.c230 unsigned int *matchoff, unsigned int *matchlen,
272 *matchoff = dptr - start;
362 unsigned int *matchoff, unsigned int *matchlen)
407 *matchoff = dptr - start;
419 *matchoff = dptr - start + shift;
430 unsigned int *matchoff, unsigned int *matchlen)
447 *matchoff = dptr - start;
451 *matchoff += shift;
460 unsigned int *matchoff, unsigned int *matchlen)
467 type, matchoff, matchle
228 ct_sip_parse_request(const struct nf_conn *ct, const char *dptr, unsigned int datalen, unsigned int *matchoff, unsigned int *matchlen, union nf_inet_addr *addr, __be16 *port) argument
359 ct_sip_get_header(const struct nf_conn *ct, const char *dptr, unsigned int dataoff, unsigned int datalen, enum sip_header_types type, unsigned int *matchoff, unsigned int *matchlen) argument
427 ct_sip_next_header(const struct nf_conn *ct, const char *dptr, unsigned int dataoff, unsigned int datalen, enum sip_header_types type, unsigned int *matchoff, unsigned int *matchlen) argument
457 ct_sip_walk_headers(const struct nf_conn *ct, const char *dptr, unsigned int dataoff, unsigned int datalen, enum sip_header_types type, int *in_header, unsigned int *matchoff, unsigned int *matchlen) argument
497 ct_sip_parse_header_uri(const struct nf_conn *ct, const char *dptr, unsigned int *dataoff, unsigned int datalen, enum sip_header_types type, int *in_header, unsigned int *matchoff, unsigned int *matchlen, union nf_inet_addr *addr, __be16 *port) argument
530 ct_sip_parse_param(const struct nf_conn *ct, const char *dptr, unsigned int dataoff, unsigned int datalen, const char *name, unsigned int *matchoff, unsigned int *matchlen) argument
558 ct_sip_parse_address_param(const struct nf_conn *ct, const char *dptr, unsigned int dataoff, unsigned int datalen, const char *name, unsigned int *matchoff, unsigned int *matchlen, union nf_inet_addr *addr, bool delim) argument
585 ct_sip_parse_numerical_param(const struct nf_conn *ct, const char *dptr, unsigned int dataoff, unsigned int datalen, const char *name, unsigned int *matchoff, unsigned int *matchlen, unsigned int *val) argument
619 unsigned int matchoff, matchlen; local
719 ct_sip_get_sdp_header(const struct nf_conn *ct, const char *dptr, unsigned int dataoff, unsigned int datalen, enum sdp_header_types type, enum sdp_header_types term, unsigned int *matchoff, unsigned int *matchlen) argument
773 ct_sip_parse_sdp_addr(const struct nf_conn *ct, const char *dptr, unsigned int dataoff, unsigned int datalen, enum sdp_header_types type, enum sdp_header_types term, unsigned int *matchoff, unsigned int *matchlen, union nf_inet_addr *addr) argument
967 sdp_media_type(const char *dptr, unsigned int matchoff, unsigned int matchlen) argument
991 unsigned int matchoff, matchlen; local
1186 unsigned int matchoff, matchlen; local
1287 unsigned int matchoff, matchlen, coff = 0; local
1367 unsigned int matchoff, matchlen, matchend; local
1413 unsigned int matchoff, matchlen; local
1487 unsigned int matchoff, matchlen, clen; local
[all...]
/net/netfilter/ipvs/
H A Dip_vs_pe_sip.c31 unsigned int *matchoff, unsigned int *matchlen)
36 SIP_HDR_CALL_ID, matchoff,
42 dataoff += *matchoff;
50 if (*matchoff + *matchlen == datalen)
55 if (*(dptr + *matchoff + *matchlen) != '\r' &&
56 *(dptr + *matchoff + *matchlen) != '\n')
60 IP_VS_DEBUG_CALLID(dptr + *matchoff, *matchlen),
69 unsigned int dataoff, datalen, matchoff, matchlen; local
91 if (get_callid(dptr, dataoff, datalen, &matchoff, &matchlen))
97 p->pe_data = kmemdup(dptr + matchoff, matchle
29 get_callid(const char *dptr, unsigned int dataoff, unsigned int datalen, unsigned int *matchoff, unsigned int *matchlen) argument
[all...]

Completed in 518 milliseconds