Searched refs:tcp_rule (Results 1 - 11 of 11) sorted by relevance

/netgear-R7800-V1.0.2.28/package/simulated-driver/src/
H A Dsfe_drv.c461 sic.src_td_window_scale = msg->msg.rule_create.tcp_rule.flow_window_scale;
462 sic.src_td_max_window = msg->msg.rule_create.tcp_rule.flow_max_window;
463 sic.src_td_end = msg->msg.rule_create.tcp_rule.flow_end;
464 sic.src_td_max_end = msg->msg.rule_create.tcp_rule.flow_max_end;
465 sic.dest_td_window_scale = msg->msg.rule_create.tcp_rule.return_window_scale;
466 sic.dest_td_max_window = msg->msg.rule_create.tcp_rule.return_max_window;
467 sic.dest_td_end = msg->msg.rule_create.tcp_rule.return_end;
468 sic.dest_td_max_end = msg->msg.rule_create.tcp_rule.return_max_end;
839 sic.src_td_window_scale = msg->msg.rule_create.tcp_rule.flow_window_scale;
840 sic.src_td_max_window = msg->msg.rule_create.tcp_rule
[all...]
H A Dsfe_drv.h234 struct sfe_protocol_tcp_rule tcp_rule; /**< TCP related accleration parameters */ member in struct:sfe_ipv4_rule_create_msg
325 struct sfe_protocol_tcp_rule tcp_rule; /**< Protocol related accleration parameters */ member in struct:sfe_ipv6_rule_create_msg
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_ported_ipv4.c917 nircm->tcp_rule.flow_window_scale = ct->proto.tcp.seen[0].td_scale;
918 nircm->tcp_rule.flow_max_window = ct->proto.tcp.seen[0].td_maxwin;
919 nircm->tcp_rule.flow_end = ct->proto.tcp.seen[0].td_end;
920 nircm->tcp_rule.flow_max_end = ct->proto.tcp.seen[0].td_maxend;
921 nircm->tcp_rule.return_window_scale = ct->proto.tcp.seen[1].td_scale;
922 nircm->tcp_rule.return_max_window = ct->proto.tcp.seen[1].td_maxwin;
923 nircm->tcp_rule.return_end = ct->proto.tcp.seen[1].td_end;
924 nircm->tcp_rule.return_max_end = ct->proto.tcp.seen[1].td_maxend;
1026 nircm->tcp_rule.flow_window_scale,
1027 nircm->tcp_rule
[all...]
H A Decm_nss_ported_ipv6.c877 nircm->tcp_rule.flow_window_scale = ct->proto.tcp.seen[0].td_scale;
878 nircm->tcp_rule.flow_max_window = ct->proto.tcp.seen[0].td_maxwin;
879 nircm->tcp_rule.flow_end = ct->proto.tcp.seen[0].td_end;
880 nircm->tcp_rule.flow_max_end = ct->proto.tcp.seen[0].td_maxend;
881 nircm->tcp_rule.return_window_scale = ct->proto.tcp.seen[1].td_scale;
882 nircm->tcp_rule.return_max_window = ct->proto.tcp.seen[1].td_maxwin;
883 nircm->tcp_rule.return_end = ct->proto.tcp.seen[1].td_end;
884 nircm->tcp_rule.return_max_end = ct->proto.tcp.seen[1].td_maxend;
986 nircm->tcp_rule.flow_window_scale,
987 nircm->tcp_rule
[all...]
H A Decm_front_end_ipv6.c1970 nircm->tcp_rule.flow_window_scale = ct->proto.tcp.seen[0].td_scale;
1971 nircm->tcp_rule.flow_max_window = ct->proto.tcp.seen[0].td_maxwin;
1972 nircm->tcp_rule.flow_end = ct->proto.tcp.seen[0].td_end;
1973 nircm->tcp_rule.flow_max_end = ct->proto.tcp.seen[0].td_maxend;
1974 nircm->tcp_rule.return_window_scale = ct->proto.tcp.seen[1].td_scale;
1975 nircm->tcp_rule.return_max_window = ct->proto.tcp.seen[1].td_maxwin;
1976 nircm->tcp_rule.return_end = ct->proto.tcp.seen[1].td_end;
1977 nircm->tcp_rule.return_max_end = ct->proto.tcp.seen[1].td_maxend;
2069 nircm->tcp_rule.flow_window_scale,
2070 nircm->tcp_rule
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/sfe/
H A Decm_sfe_ported_ipv4.c912 nircm->tcp_rule.flow_window_scale = ct->proto.tcp.seen[0].td_scale;
913 nircm->tcp_rule.flow_max_window = ct->proto.tcp.seen[0].td_maxwin;
914 nircm->tcp_rule.flow_end = ct->proto.tcp.seen[0].td_end;
915 nircm->tcp_rule.flow_max_end = ct->proto.tcp.seen[0].td_maxend;
916 nircm->tcp_rule.return_window_scale = ct->proto.tcp.seen[1].td_scale;
917 nircm->tcp_rule.return_max_window = ct->proto.tcp.seen[1].td_maxwin;
918 nircm->tcp_rule.return_end = ct->proto.tcp.seen[1].td_end;
919 nircm->tcp_rule.return_max_end = ct->proto.tcp.seen[1].td_maxend;
1021 nircm->tcp_rule.flow_window_scale,
1022 nircm->tcp_rule
[all...]
H A Decm_sfe_ported_ipv6.c872 nircm->tcp_rule.flow_window_scale = ct->proto.tcp.seen[0].td_scale;
873 nircm->tcp_rule.flow_max_window = ct->proto.tcp.seen[0].td_maxwin;
874 nircm->tcp_rule.flow_end = ct->proto.tcp.seen[0].td_end;
875 nircm->tcp_rule.flow_max_end = ct->proto.tcp.seen[0].td_maxend;
876 nircm->tcp_rule.return_window_scale = ct->proto.tcp.seen[1].td_scale;
877 nircm->tcp_rule.return_max_window = ct->proto.tcp.seen[1].td_maxwin;
878 nircm->tcp_rule.return_end = ct->proto.tcp.seen[1].td_end;
879 nircm->tcp_rule.return_max_end = ct->proto.tcp.seen[1].td_maxend;
981 nircm->tcp_rule.flow_window_scale,
982 nircm->tcp_rule
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/capwapmgr/
H A Dnss_capwapmgr.c904 nircm->tcp_rule.flow_window_scale = unic->flow_window_scale;
905 nircm->tcp_rule.flow_max_window = unic->flow_max_window;
906 nircm->tcp_rule.flow_end = unic->flow_end;
907 nircm->tcp_rule.flow_max_end = unic->flow_max_end;
908 nircm->tcp_rule.return_window_scale = unic->return_window_scale;
909 nircm->tcp_rule.return_max_window = unic->return_max_window;
910 nircm->tcp_rule.return_end = unic->return_end;
911 nircm->tcp_rule.return_max_end = unic->return_max_end;
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_ipv6.h279 struct nss_ipv6_protocol_tcp_rule tcp_rule; /**< Protocol related accleration parameters */ member in struct:nss_ipv6_rule_create_msg
H A Dnss_ipv4.h230 struct nss_ipv4_protocol_tcp_rule tcp_rule; /**< TCP related accleration parameters */ member in struct:nss_ipv4_rule_create_msg
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/netlink/
H A Dnss_nlipv4.c329 struct nss_ipv4_protocol_tcp_rule *tcp = &msg->tcp_rule;

Completed in 122 milliseconds