Searched refs:can_accel (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_multicast_ipv4.h21 bool can_accel, bool is_routed, struct sk_buff *skb,
H A Decm_nss_multicast_ipv6.h21 bool can_accel, bool is_routed, struct sk_buff *skb,
H A Decm_nss_non_ported_ipv6.h21 bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb,
H A Decm_nss_ported_ipv6.h21 bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb,
H A Decm_nss_non_ported_ipv4.h21 bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb,
H A Decm_nss_ported_ipv4.h21 bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb,
H A Decm_nss_ipv4.c847 bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb)
902 can_accel = false;
942 can_accel, is_routed, skb,
1245 can_accel, is_routed, is_l2_encap, skb,
1256 can_accel, is_routed, is_l2_encap, skb,
1285 bool can_accel = true; local
1338 can_accel, true, false, skb);
1351 bool can_accel,
1369 skb_eth_hdr->h_dest, can_accel,
1403 bool can_accel local
845 ecm_nss_ipv4_ip_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) argument
1348 ecm_front_end_ipv4_pppoe_bridge_process(struct net_device *out, struct net_device *in, struct ethhdr *skb_eth_hdr, bool can_accel, struct sk_buff *skb) argument
[all...]
H A Decm_nss_ipv6.c809 bool can_accel, bool is_routed, bool is_l2_encap,
859 can_accel = false;
900 can_accel, is_routed, skb,
972 can_accel, is_routed, is_l2_encap, skb,
982 can_accel, is_routed, is_l2_encap, skb,
1011 bool can_accel = true; local
1063 result = ecm_nss_ipv6_ip_process((struct net_device *)out, in, NULL, NULL, can_accel, true, false, skb);
1076 bool can_accel,
1094 skb_eth_hdr->h_dest, can_accel,
1128 bool can_accel local
807 ecm_nss_ipv6_ip_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) argument
1073 ecm_nss_ipv6_pppoe_bridge_process(struct net_device *out, struct net_device *in, struct ethhdr *skb_eth_hdr, bool can_accel, struct sk_buff *skb) argument
[all...]
H A Decm_front_end_ipv6.c2610 bool can_accel;
2618 can_accel = feci->can_accel;
2623 return snprintf(buf, buf_sz, "<front_end_tcp can_accel=\"%d\" accel_mode=\"%d\" decelerate_pending=\"%d\""
2627 can_accel,
2651 bool can_accel)
2670 feci->can_accel = can_accel;
2671 feci->accel_mode = (can_accel) ? ECM_FRONT_END_ACCELERATION_MODE_DECEL : ECM_FRONT_END_ACCELERATION_MODE_FAIL_DENIED;
4023 bool can_accel;
[all...]
H A Decm_nss_non_ported_ipv4.c1591 bool can_accel; local
1599 can_accel = feci->can_accel;
1608 if ((result = ecm_state_write(sfi, "can_accel", "%d", can_accel))) {
1658 bool can_accel)
1677 feci->can_accel = can_accel;
1678 feci->accel_mode = (can_accel)? ECM_FRONT_END_ACCELERATION_MODE_DECEL : ECM_FRONT_END_ACCELERATION_MODE_FAIL_DENIED;
1715 bool can_accel, boo
1656 ecm_nss_non_ported_ipv4_connection_instance_alloc( struct ecm_db_connection_instance *ci, bool can_accel) argument
1711 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
[all...]
H A Decm_nss_non_ported_ipv6.c1484 bool can_accel; local
1492 can_accel = feci->can_accel;
1501 if ((result = ecm_state_write(sfi, "can_accel", "%d", can_accel))) {
1551 bool can_accel)
1570 feci->can_accel = can_accel;
1571 feci->accel_mode = (can_accel) ? ECM_FRONT_END_ACCELERATION_MODE_DECEL : ECM_FRONT_END_ACCELERATION_MODE_FAIL_DENIED;
1608 bool can_accel, boo
1549 ecm_nss_non_ported_ipv6_connection_instance_alloc( struct ecm_db_connection_instance *ci, bool can_accel) argument
1604 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
[all...]
H A Decm_nss_ported_ipv6.c1544 bool can_accel;
1552 can_accel = feci->can_accel;
1561 if ((result = ecm_state_write(sfi, "can_accel", "%d", can_accel))) {
1612 bool can_accel)
1631 feci->can_accel = can_accel;
1632 feci->accel_mode = (can_accel) ? ECM_FRONT_END_ACCELERATION_MODE_DECEL : ECM_FRONT_END_ACCELERATION_MODE_FAIL_DENIED;
1680 bool can_accel, boo
[all...]
H A Decm_nss_multicast_ipv4.c2035 bool can_accel; local
2043 can_accel = feci->can_accel;
2052 if ((result = ecm_state_write(sfi, "can_accel", "%d", can_accel))) {
2102 bool can_accel)
2121 feci->can_accel = can_accel;
2122 feci->accel_mode = (can_accel)? ECM_FRONT_END_ACCELERATION_MODE_DECEL : ECM_FRONT_END_ACCELERATION_MODE_FAIL_DENIED;
2159 bool can_accel, boo
2100 ecm_nss_multicast_ipv4_connection_instance_alloc( struct ecm_db_connection_instance *ci, bool can_accel) argument
2155 ecm_nss_multicast_ipv4_connection_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, struct sk_buff *skb, struct ecm_tracker_ip_header *iph, struct nf_conn *ct, ecm_tracker_sender_type_t sender, struct nf_conntrack_tuple *orig_tuple, struct nf_conntrack_tuple *reply_tuple) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/sfe/
H A Decm_sfe_multicast_ipv4.h25 bool can_accel, bool is_routed, struct sk_buff *skb,
21 ecm_sfe_multicast_ipv4_connection_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, struct sk_buff *skb, struct ecm_tracker_ip_header *iph, struct nf_conn *ct, ecm_tracker_sender_type_t sender, struct nf_conntrack_tuple *orig_tuple, struct nf_conntrack_tuple *reply_tuple) argument
H A Decm_sfe_multicast_ipv6.h25 bool can_accel, bool is_routed, struct sk_buff *skb,
21 ecm_sfe_multicast_ipv6_connection_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, struct sk_buff *skb, struct ecm_tracker_ip_header *iph, struct nf_conn *ct, ecm_tracker_sender_type_t sender, struct nf_conntrack_tuple *orig_tuple, struct nf_conntrack_tuple *reply_tuple) argument
H A Decm_sfe_non_ported_ipv6.h21 bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb,
H A Decm_sfe_ported_ipv6.h21 bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb,
H A Decm_sfe_non_ported_ipv4.h21 bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb,
H A Decm_sfe_ported_ipv4.h21 bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb,
H A Decm_sfe_ipv6.c791 bool can_accel, bool is_routed, bool is_l2_encap,
841 can_accel = false;
882 can_accel, is_routed, skb,
955 can_accel, is_routed, is_l2_encap, skb,
965 can_accel, is_routed, is_l2_encap, skb,
994 bool can_accel = true; local
1051 result = ecm_sfe_ipv6_ip_process((struct net_device *)out, in, NULL, NULL, can_accel, true, false, skb);
1064 bool can_accel,
1082 skb_eth_hdr->h_dest, can_accel,
1116 bool can_accel local
789 ecm_sfe_ipv6_ip_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) argument
1061 ecm_sfe_ipv6_pppoe_bridge_process(struct net_device *out, struct net_device *in, struct ethhdr *skb_eth_hdr, bool can_accel, struct sk_buff *skb) argument
[all...]
H A Decm_sfe_ipv4.c827 bool can_accel, bool is_routed, bool is_l2_encap, struct sk_buff *skb)
882 can_accel = false;
922 can_accel, is_routed, skb,
1225 can_accel, is_routed, is_l2_encap, skb,
1236 can_accel, is_routed, is_l2_encap, skb,
1265 bool can_accel = true; local
1323 can_accel, true, false, skb);
1336 bool can_accel,
1354 skb_eth_hdr->h_dest, can_accel,
1388 bool can_accel local
825 ecm_sfe_ipv4_ip_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) argument
1333 ecm_sfe_ipv4_pppoe_bridge_process(struct net_device *out, struct net_device *in, struct ethhdr *skb_eth_hdr, bool can_accel, struct sk_buff *skb) argument
[all...]
H A Decm_sfe_non_ported_ipv4.c1598 bool can_accel; local
1606 can_accel = feci->can_accel;
1615 if ((result = ecm_state_write(sfi, "can_accel", "%d", can_accel))) {
1665 bool can_accel)
1684 feci->can_accel = can_accel;
1685 feci->accel_mode = (can_accel)? ECM_FRONT_END_ACCELERATION_MODE_DECEL : ECM_FRONT_END_ACCELERATION_MODE_FAIL_DENIED;
1722 bool can_accel, boo
1663 ecm_sfe_non_ported_ipv4_connection_instance_alloc( struct ecm_db_connection_instance *ci, bool can_accel) argument
1718 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
[all...]
H A Decm_sfe_non_ported_ipv6.c1491 bool can_accel; local
1499 can_accel = feci->can_accel;
1508 if ((result = ecm_state_write(sfi, "can_accel", "%d", can_accel))) {
1558 bool can_accel)
1577 feci->can_accel = can_accel;
1578 feci->accel_mode = (can_accel) ? ECM_FRONT_END_ACCELERATION_MODE_DECEL : ECM_FRONT_END_ACCELERATION_MODE_FAIL_DENIED;
1615 bool can_accel, boo
1556 ecm_sfe_non_ported_ipv6_connection_instance_alloc( struct ecm_db_connection_instance *ci, bool can_accel) argument
1611 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
[all...]
H A Decm_sfe_ported_ipv6.c1539 bool can_accel;
1547 can_accel = feci->can_accel;
1556 if ((result = ecm_state_write(sfi, "can_accel", "%d", can_accel))) {
1607 bool can_accel)
1626 feci->can_accel = can_accel;
1627 feci->accel_mode = (can_accel) ? ECM_FRONT_END_ACCELERATION_MODE_DECEL : ECM_FRONT_END_ACCELERATION_MODE_FAIL_DENIED;
1675 bool can_accel, boo
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/include/
H A Decm_front_end_types.h48 ECM_FRONT_END_ACCELERATION_MODE_FAIL_DENIED = -1, /* Acceleration has permanently failed due to can_accel denying accel */
131 bool can_accel; /* RO: True when the connection can be accelerated */ member in struct:ecm_front_end_connection_instance

Completed in 190 milliseconds

12