Searched refs:tp (Results 1 – 2 of 2) sorted by relevance
38 static void fct(struct tracepoint *tp, void *priv) in fct() argument40 trace_custom_event_sched_switch_update(tp); in fct()41 trace_custom_event_sched_waking_update(tp); in fct()
85 struct bpf_tcp_sock *tp; in get_tcp_info() local92 tp = bpf_tcp_sock(sk); in get_tcp_info()93 if (tp) { in get_tcp_info()94 pkti->cwnd = tp->snd_cwnd; in get_tcp_info()95 pkti->rtt = tp->srtt_us >> 3; in get_tcp_info()96 pkti->packets_out = tp->packets_out; in get_tcp_info()
Completed in 5 milliseconds