Home
last modified time | relevance | path

Searched defs:dataoff (Results 1 – 20 of 20) sorted by relevance

/linux/net/netfilter/
H A Dnf_conntrack_sip.c454 unsigned int dataoff, unsigned int datalen, in ct_sip_get_header() argument
522 unsigned int dataoff, unsigned int datalen, in ct_sip_next_header() argument
552 unsigned int dataoff, unsigned int datalen, in ct_sip_walk_headers() argument
592 unsigned int *dataoff, unsigne in ct_sip_parse_header_uri() argument
618 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) ct_sip_parse_param() argument
646 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) ct_sip_parse_address_param() argument
673 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) ct_sip_parse_numerical_param() argument
703 ct_sip_parse_transport(struct nf_conn * ct,const char * dptr,unsigned int dataoff,unsigned int datalen,u8 * proto) ct_sip_parse_transport() argument
807 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) ct_sip_get_sdp_header() argument
861 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) ct_sip_parse_sdp_addr() argument
926 set_expected_rtp_rtcp(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,union nf_inet_addr * daddr,__be16 port,enum sip_expectation_classes class,unsigned int mediaoff,unsigned int medialen) set_expected_rtp_rtcp() argument
1105 process_sdp(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq) process_sdp() argument
1222 process_invite_response(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq,unsigned int code) process_invite_response() argument
1239 process_update_response(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq,unsigned int code) process_update_response() argument
1256 process_prack_response(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq,unsigned int code) process_prack_response() argument
1273 process_invite_request(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq) process_invite_request() argument
1290 process_bye_request(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq) process_bye_request() argument
1306 process_register_request(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq) process_register_request() argument
1409 process_register_response(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int cseq,unsigned int code) process_register_response() argument
1495 process_sip_response(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen) process_sip_response() argument
1541 process_sip_request(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen) process_sip_request() argument
1598 process_sip_msg(struct sk_buff * skb,struct nf_conn * ct,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen) process_sip_msg() argument
1625 unsigned int dataoff, datalen; sip_help_tcp() local
1712 unsigned int dataoff, datalen; sip_help_udp() local
[all...]
H A Dnf_nat_sip.c35 unsigned int dataoff, in mangle_packet() argument
95 unsigned int dataoff, in map_addr() argument
130 map_sip_addr(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,enum sip_header_types type) map_sip_addr() argument
148 nf_nat_sip(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen) nf_nat_sip() argument
377 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) nf_nat_sip_expect() argument
440 mangle_content_len(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen) mangle_content_len() argument
467 mangle_sdp_packet(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int sdpoff,enum sdp_header_types type,enum sdp_header_types term,char * buffer,int buflen) mangle_sdp_packet() argument
486 nf_nat_sdp_addr(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int sdpoff,enum sdp_header_types type,enum sdp_header_types term,const union nf_inet_addr * addr) nf_nat_sdp_addr() argument
507 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) nf_nat_sdp_port() argument
525 nf_nat_sdp_session(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,unsigned int sdpoff,const union nf_inet_addr * addr) nf_nat_sdp_session() argument
564 nf_nat_sdp_media(struct sk_buff * skb,unsigned int protoff,unsigned int dataoff,const char ** dptr,unsigned int * datalen,struct nf_conntrack_expect * rtp_exp,struct nf_conntrack_expect * rtcp_exp,unsigned int mediaoff,unsigned int medialen,union nf_inet_addr * rtp_addr) nf_nat_sdp_media() argument
[all...]
H A Dnf_conntrack_h323_main.c67 unsigned char **data, int *datalen, int *dataoff) in get_tpkt_data() argument
209 expect_rtp_rtcp(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,H245_TransportAddress * taddr) expect_rtp_rtcp() argument
284 expect_t120(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,H245_TransportAddress * taddr) expect_t120() argument
336 process_h245_channel(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,H2250LogicalChannelParameters * channel) process_h245_channel() argument
364 process_olc(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,OpenLogicalChannel * olc) process_olc() argument
424 process_olca(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,OpenLogicalChannelAck * olca) process_olca() argument
493 process_h245(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,MultimediaSystemControlMessage * mscm) process_h245() argument
532 int dataoff; h245_help() local
623 expect_h245(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,TransportAddress * taddr) expect_h245() argument
739 expect_callforwarding(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,TransportAddress * taddr) expect_callforwarding() argument
799 process_setup(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,Setup_UUIE * setup) process_setup() argument
870 process_callproceeding(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,CallProceeding_UUIE * callproc) process_callproceeding() argument
901 process_connect(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,Connect_UUIE * connect) process_connect() argument
932 process_alerting(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,Alerting_UUIE * alert) process_alerting() argument
963 process_facility(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,Facility_UUIE * facility) process_facility() argument
1003 process_progress(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,Progress_UUIE * progress) process_progress() argument
1033 process_q931(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,Q931 * q931) process_q931() argument
1095 int dataoff; q931_help() local
1169 int dataoff; get_udp_data() local
[all...]
H A Dnf_conntrack_proto_tcp.c315 unsigned int dataoff, in segment_seq_plus_len() argument
334 unsigned int dataoff, in tcp_options() argument
391 static void tcp_sack(const struct sk_buff *skb, unsigned int dataoff, in tcp_sack() argument
458 unsigned int dataoff, in tcp_init_sender() argument
512 unsigned int dataoff, const struct tcphdr *tcph, in tcp_in_window() argument
804 tcp_error(const struct tcphdr * th,struct sk_buff * skb,unsigned int dataoff,const struct nf_hook_state * state) tcp_error() argument
839 tcp_new(struct nf_conn * ct,const struct sk_buff * skb,unsigned int dataoff,const struct tcphdr * th,const struct nf_hook_state * state) tcp_new() argument
965 nf_conntrack_tcp_packet(struct nf_conn * ct,struct sk_buff * skb,unsigned int dataoff,enum ip_conntrack_info ctinfo,const struct nf_hook_state * state) nf_conntrack_tcp_packet() argument
[all...]
H A Dnf_conntrack_proto_sctp.c141 #define for_each_sctp_chunk(skb, sch, _sch, offset, dataoff, count) \ argument
150 unsigned int dataoff, in do_basic_checks()
241 const struct sctphdr *sh, unsigned int dataoff) in sctp_new()
296 unsigned int dataoff, in sctp_error()
329 unsigned int dataoff, in nf_conntrack_sctp_packet()
H A Dnf_conntrack_proto_gre.c209 gre_pkt_to_tuple(const struct sk_buff * skb,unsigned int dataoff,struct net * net,struct nf_conntrack_tuple * tuple) gre_pkt_to_tuple() argument
262 nf_conntrack_gre_packet(struct nf_conn * ct,struct sk_buff * skb,unsigned int dataoff,enum ip_conntrack_info ctinfo,const struct nf_hook_state * state) nf_conntrack_gre_packet() argument
H A Dnf_conntrack_core.c249 unsigned int dataoff, in nf_ct_get_tuple_ports() argument
269 unsigned int dataoff, in nf_ct_get_tuple() argument
341 int dataoff = -1; in ipv4_get_l4proto() local
1766 init_conntrack(struct net * net,struct nf_conn * tmpl,const struct nf_conntrack_tuple * tuple,struct sk_buff * skb,unsigned int dataoff,u32 hash) init_conntrack() argument
1873 resolve_normal_ct(struct nf_conn * tmpl,struct sk_buff * skb,unsigned int dataoff,u_int8_t protonum,const struct nf_hook_state * state) resolve_normal_ct() argument
1944 nf_conntrack_handle_icmp(struct nf_conn * tmpl,struct sk_buff * skb,unsigned int dataoff,u8 protonum,const struct nf_hook_state * state) nf_conntrack_handle_icmp() argument
1980 nf_conntrack_handle_packet(struct nf_conn * ct,struct sk_buff * skb,unsigned int dataoff,enum ip_conntrack_info ctinfo,const struct nf_hook_state * state) nf_conntrack_handle_packet() argument
2018 int dataoff, ret; nf_conntrack_in() local
[all...]
H A Dnf_nat_helper.c26 unsigned int dataoff, in mangle_contents()
H A Dnf_conntrack_sane.c63 unsigned int dataoff, datalen; in help() local
H A Dnf_conntrack_irc.c105 unsigned int dataoff; in help() local
H A Dnft_exthdr.c416 unsigned int thoff, dataoff, optoff, optlen, i; in nft_exthdr_dccp_eval() local
/linux/net/ipv4/netfilter/
H A Dnf_nat_h323.c24 unsigned char **data, int dataoff, in set_addr() argument
72 unsigned char **data, int dataoff, in set_h225_addr() argument
82 unsigned char **data, int dataoff, in set_h245_addr() argument
176 nat_rtp_rtcp(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,H245_TransportAddress * taddr,__be16 port,__be16 rtp_port,struct nf_conntrack_expect * rtp_exp,struct nf_conntrack_expect * rtcp_exp) nat_rtp_rtcp() argument
282 nat_t120(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,H245_TransportAddress * taddr,__be16 port,struct nf_conntrack_expect * exp) nat_t120() argument
320 nat_h245(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,TransportAddress * taddr,__be16 port,struct nf_conntrack_expect * exp) nat_h245() argument
482 nat_callforwarding(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,unsigned int protoff,unsigned char ** data,int dataoff,TransportAddress * taddr,__be16 port,struct nf_conntrack_expect * exp) nat_callforwarding() argument
[all...]
/linux/include/net/netfilter/
H A Dnf_reject.h8 static inline bool nf_reject_verify_csum(struct sk_buff *skb, int dataoff, in nf_reject_verify_csum()
/linux/include/linux/
H A Dnetfilter_ipv4.h30 unsigned int dataoff, u_int8_t protocol) in nf_ip_checksum()
/linux/drivers/nvdimm/
H A Dpfn.h23 __le64 dataoff; /* relative to namespace_base + start_pad */ member
H A Dbtt.h109 __le64 dataoff; member
182 u64 dataoff; member
/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.c236 u32 bufoff, total_len, remaining, fragsize, dataoff; in fun_data_from_rq() local
/linux/fs/
H A Dbinfmt_elf_fdpic.c1481 loff_t offset = 0, dataoff; in elf_fdpic_core_dump() local
H A Dbinfmt_elf.c1998 loff_t offset = 0, dataoff; in elf_core_dump() local
/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h114 __u32 dataoff; member