ANDROID: GKI: net: add vendor hooks net qos for gki purpose
Add vendor hooks to support net qos policy feature:
1.android_rvh_tcp_select_window
We want to modify the tcp_select_window return value
2.android_rvh_inet_sock_create; android_rvh_inet_sock_release
We want to add a field when a inet sock is created
3.android_vh_tcp_rtt_estimator
To record the rtt of tcp connections for specified uids
4.android_vh_build_skb_around
To initialize the oem data field in the skb_shared_info structure
Bug: 335081123
Bug: 424394849
Change-Id: Ibb22813c5004464416346d2c4c526d6cc5531fcc
Signed-off-by:
jujiang <jyu.jiang@vivo.corp-partner.google.com>
Loading
Please sign in to comment