Searched defs:ip_hdr (Results 1 - 17 of 17) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_classifier_dscp.c194 ecm_classifier_dscp_process(struct ecm_classifier_instance *aci, ecm_tracker_sender_type_t sender, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, struct ecm_classifier_process_response *process_response) argument
H A Decm_tracker_datagram.c613 static void ecm_tracker_datagram_state_update_callback(struct ecm_tracker_instance *ti, ecm_tracker_sender_type_t sender, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb) argument
H A Decm_classifier_default.c210 ecm_classifier_default_process(struct ecm_classifier_instance *aci, ecm_tracker_sender_type_t sender, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, struct ecm_classifier_process_response *process_response) argument
H A Decm_classifier_hyfi.c212 ecm_classifier_hyfi_process(struct ecm_classifier_instance *aci, ecm_tracker_sender_type_t sender, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, struct ecm_classifier_process_response *process_response) argument
H A Decm_classifier_pcc.c622 ecm_classifier_pcc_process(struct ecm_classifier_instance *aci, ecm_tracker_sender_type_t sender, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, struct ecm_classifier_process_response *process_response) argument
H A Decm_tracker.c408 ecm_tracker_ip_check_header_and_read(struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb) argument
624 ecm_tracker_ip_header_helper_ipv6_generic(struct ecm_tracker_ip_protocols *etip, struct ecm_tracker_ip_protocol_header *etiph, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, uint8_t protocol, ecm_tracker_ip_protocol_type_t ecm_ip_protocol, uint32_t offset, uint32_t remain, int16_t *next_hdr) argument
670 ecm_tracker_ip_header_helper_ipv6_fragment(struct ecm_tracker_ip_protocols *etip, struct ecm_tracker_ip_protocol_header *etiph, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, uint8_t protocol, ecm_tracker_ip_protocol_type_t ecm_ip_protocol, uint32_t offset, uint32_t remain, int16_t *next_hdr) argument
713 ecm_tracker_ip_header_helper_ah(struct ecm_tracker_ip_protocols *etip, struct ecm_tracker_ip_protocol_header *etiph, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, uint8_t protocol, ecm_tracker_ip_protocol_type_t ecm_ip_protocol, uint32_t offset, uint32_t remain, int16_t *next_hdr) argument
773 ecm_tracker_ip_header_helper_ipv6_icmp(struct ecm_tracker_ip_protocols *etip, struct ecm_tracker_ip_protocol_header *etiph, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, uint8_t protocol, ecm_tracker_ip_protocol_type_t ecm_ip_protocol, uint32_t offset, uint32_t remain, int16_t *next_hdr) argument
799 ecm_tracker_ip_header_helper_tcp(struct ecm_tracker_ip_protocols *etip, struct ecm_tracker_ip_protocol_header *etiph, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, uint8_t protocol, ecm_tracker_ip_protocol_type_t ecm_ip_protocol, uint32_t offset, uint32_t remain, int16_t *next_hdr) argument
846 ecm_tracker_ip_header_helper_gre(struct ecm_tracker_ip_protocols *etip, struct ecm_tracker_ip_protocol_header *etiph, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, uint8_t protocol, ecm_tracker_ip_protocol_type_t ecm_ip_protocol, uint32_t offset, uint32_t remain, int16_t *next_hdr) argument
909 ecm_tracker_ip_header_helper_udp(struct ecm_tracker_ip_protocols *etip, struct ecm_tracker_ip_protocol_header *etiph, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, uint8_t protocol, ecm_tracker_ip_protocol_type_t ecm_ip_protocol, uint32_t offset, uint32_t remain, int16_t *next_hdr) argument
936 ecm_tracker_ip_header_helper_unknown(struct ecm_tracker_ip_protocols *etip, struct ecm_tracker_ip_protocol_header *etiph, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, uint8_t protocol, ecm_tracker_ip_protocol_type_t ecm_ip_protocol, uint32_t offset, uint32_t remain, int16_t *next_hdr) argument
954 ecm_tracker_ip_header_helper_icmp(struct ecm_tracker_ip_protocols *etip, struct ecm_tracker_ip_protocol_header *etiph, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, uint8_t protocol, ecm_tracker_ip_protocol_type_t ecm_ip_protocol, uint32_t offset, uint32_t remain, int16_t *next_hdr) argument
[all...]
H A Decm_tracker_udp.c148 struct udphdr *ecm_tracker_udp_check_header_and_read(struct sk_buff *skb, struct ecm_tracker_ip_header *ip_hdr, struct udphdr *port_buffer) argument
655 struct ecm_tracker_ip_header ip_hdr; local
552 ecm_tracker_udp_datagram_add(struct ecm_tracker_udp_internal_instance *utii, ecm_tracker_sender_type_t sender, struct ecm_tracker_ip_header *ip_hdr, struct ecm_tracker_ip_protocol_header *ecm_udp_header, struct udphdr *udp_header, struct sk_buff *skb) argument
687 ecm_tracker_udp_datagram_add_checked_callback(struct ecm_tracker_udp_instance *uti, ecm_tracker_sender_type_t sender, struct ecm_tracker_ip_header *ip_hdr, struct ecm_tracker_ip_protocol_header *ecm_udp_header, struct udphdr *udp_header, struct sk_buff *skb) argument
796 ecm_tracker_udp_state_update_callback(struct ecm_tracker_instance *ti, ecm_tracker_sender_type_t sender, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb) argument
[all...]
H A Decm_classifier_nl.c608 ecm_classifier_nl_process(struct ecm_classifier_instance *aci, ecm_tracker_sender_type_t sender, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb, struct ecm_classifier_process_response *process_response) argument
H A Decm_tracker_tcp.c272 struct tcphdr *ecm_tracker_tcp_check_header_and_read(struct sk_buff *skb, struct ecm_tracker_ip_header *ip_hdr, struct tcphdr *port_buffer) argument
1296 struct ecm_tracker_ip_header ip_hdr; local
885 _ecm_tracker_tcp_stream_segment_add(struct ecm_tracker_tcp_internal_instance *ttii, struct ecm_tracker_tcp_host_data *data, struct ecm_tracker_ip_header *ip_hdr, struct ecm_tracker_ip_protocol_header *ecm_tcp_header, struct tcphdr *tcp_hdr, struct sk_buff *skb, struct ecm_tracker_tcp_skb_cb_format *skb_cb) argument
1170 ecm_tracker_tcp_segment_add_callback(struct ecm_tracker_tcp_instance *tti, ecm_tracker_sender_type_t sender, struct ecm_tracker_ip_header *ip_hdr, struct ecm_tracker_ip_protocol_header *ecm_tcp_header, struct tcphdr *tcp_hdr, struct sk_buff *skb) argument
1677 ecm_tracker_tcp_state_update_callback(struct ecm_tracker_instance *ti, ecm_tracker_sender_type_t sender, struct ecm_tracker_ip_header *ip_hdr, struct sk_buff *skb) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_non_ported_ipv6.c1604 ecm_nss_non_ported_ipv6_process(struct net_device *out_dev, struct net_device *in_dev, uint8_t *src_node_addr, uint8_t *dest_node_addr, bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb, struct ecm_tracker_ip_header *ip_hdr, struct nf_conn *ct, ecm_tracker_sender_type_t sender, ecm_db_direction_t ecm_dir, struct nf_conntrack_tuple *orig_tuple, struct nf_conntrack_tuple *reply_tuple, ip_addr_t ip_src_addr, ip_addr_t ip_dest_addr) argument
H A Decm_nss_non_ported_ipv4.c1711 ecm_nss_non_ported_ipv4_process(struct net_device *out_dev, struct net_device *out_dev_nat, struct net_device *in_dev, struct net_device *in_dev_nat, uint8_t *src_node_addr, uint8_t *src_node_addr_nat, uint8_t *dest_node_addr, uint8_t *dest_node_addr_nat, bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb, struct ecm_tracker_ip_header *ip_hdr, struct nf_conn *ct, ecm_tracker_sender_type_t sender, ecm_db_direction_t ecm_dir, struct nf_conntrack_tuple *orig_tuple, struct nf_conntrack_tuple *reply_tuple, ip_addr_t ip_src_addr, ip_addr_t ip_dest_addr, ip_addr_t ip_src_addr_nat, ip_addr_t ip_dest_addr_nat) argument
H A Decm_nss_ipv4.c849 struct ecm_tracker_ip_header ip_hdr; local
[all...]
H A Decm_nss_ipv6.c812 struct ecm_tracker_ip_header ip_hdr; local
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/sfe/
H A Decm_sfe_non_ported_ipv6.c1611 ecm_sfe_non_ported_ipv6_process(struct net_device *out_dev, struct net_device *in_dev, uint8_t *src_node_addr, uint8_t *dest_node_addr, bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb, struct ecm_tracker_ip_header *ip_hdr, struct nf_conn *ct, ecm_tracker_sender_type_t sender, ecm_db_direction_t ecm_dir, struct nf_conntrack_tuple *orig_tuple, struct nf_conntrack_tuple *reply_tuple, ip_addr_t ip_src_addr, ip_addr_t ip_dest_addr) argument
H A Decm_sfe_ipv4.c829 struct ecm_tracker_ip_header ip_hdr; local
[all...]
H A Decm_sfe_ipv6.c794 struct ecm_tracker_ip_header ip_hdr; local
[all...]
H A Decm_sfe_non_ported_ipv4.c1718 ecm_sfe_non_ported_ipv4_process(struct net_device *out_dev, struct net_device *out_dev_nat, struct net_device *in_dev, struct net_device *in_dev_nat, uint8_t *src_node_addr, uint8_t *src_node_addr_nat, uint8_t *dest_node_addr, uint8_t *dest_node_addr_nat, bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb, struct ecm_tracker_ip_header *ip_hdr, struct nf_conn *ct, ecm_tracker_sender_type_t sender, ecm_db_direction_t ecm_dir, struct nf_conntrack_tuple *orig_tuple, struct nf_conntrack_tuple *reply_tuple, ip_addr_t ip_src_addr, ip_addr_t ip_dest_addr, ip_addr_t ip_src_addr_nat, ip_addr_t ip_dest_addr_nat) argument

Completed in 403 milliseconds