Lines Matching refs:sk
73 TP_PROTO(struct sock *sk, struct sk_buff *skb),
75 TP_ARGS(sk, skb),
84 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);
86 __entry->sk_rcvbuf = READ_ONCE(sk->sk_rcvbuf);
95 TP_PROTO(struct sock *sk, struct proto *prot, long allocated, int kind),
97 TP_ARGS(sk, prot, allocated, kind),
117 __entry->sysctl_rmem = sk_get_rmem0(sk, prot);
118 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);
119 __entry->sysctl_wmem = sk_get_wmem0(sk, prot);
120 __entry->wmem_alloc = refcount_read(&sk->sk_wmem_alloc);
121 __entry->wmem_queued = READ_ONCE(sk->sk_wmem_queued);
142 TP_PROTO(const struct sock *sk, const int oldstate, const int newstate),
144 TP_ARGS(sk, oldstate, newstate),
161 const struct inet_sock *inet = inet_sk(sk);
164 __entry->skaddr = sk;
168 __entry->family = sk->sk_family;
169 __entry->protocol = sk->sk_protocol;
180 sk->sk_v6_rcv_saddr, sk->sk_v6_daddr);
195 TP_PROTO(const struct sock *sk),
197 TP_ARGS(sk),
212 const struct inet_sock *inet = inet_sk(sk);
215 __entry->error = sk->sk_err;
216 __entry->family = sk->sk_family;
217 __entry->protocol = sk->sk_protocol;
228 sk->sk_v6_rcv_saddr, sk->sk_v6_daddr);
242 TP_PROTO(const struct sock *sk),
244 TP_ARGS(sk),
254 __entry->skaddr = sk;
255 __entry->family = sk->sk_family;
256 __entry->protocol = sk->sk_protocol;
269 TP_PROTO(struct sock *sk, int ret, int flags),
271 TP_ARGS(sk, ret, flags),
274 __field(void *, sk)
282 __entry->sk = sk;
283 __entry->family = sk->sk_family;
284 __entry->protocol = sk->sk_protocol;
290 __entry->sk, show_family_name(__entry->family),
299 TP_PROTO(struct sock *sk, int ret, int flags),
301 TP_ARGS(sk, ret, flags)
305 TP_PROTO(struct sock *sk, int ret, int flags),
307 TP_ARGS(sk, ret, flags)