|
@@ -2371,7 +2371,7 @@ static void get_openreq4(struct sock *sk, struct request_sock *req,
|
|
|
int ttd = req->expires - jiffies;
|
|
|
|
|
|
seq_printf(f, "%4d: %08X:%04X %08X:%04X"
|
|
|
- " %02X %08X:%08X %02X:%08lX %08X %5d %8d %u %d %p%n",
|
|
|
+ " %02X %08X:%08X %02X:%08lX %08X %5d %8d %u %d %pK%n",
|
|
|
i,
|
|
|
ireq->loc_addr,
|
|
|
ntohs(inet_sk(sk)->inet_sport),
|
|
@@ -2426,7 +2426,7 @@ static void get_tcp4_sock(struct sock *sk, struct seq_file *f, int i, int *len)
|
|
|
rx_queue = max_t(int, tp->rcv_nxt - tp->copied_seq, 0);
|
|
|
|
|
|
seq_printf(f, "%4d: %08X:%04X %08X:%04X %02X %08X:%08X %02X:%08lX "
|
|
|
- "%08X %5d %8d %lu %d %p %lu %lu %u %u %d%n",
|
|
|
+ "%08X %5d %8d %lu %d %pK %lu %lu %u %u %d%n",
|
|
|
i, src, srcp, dest, destp, sk->sk_state,
|
|
|
tp->write_seq - tp->snd_una,
|
|
|
rx_queue,
|
|
@@ -2461,7 +2461,7 @@ static void get_timewait4_sock(struct inet_timewait_sock *tw,
|
|
|
srcp = ntohs(tw->tw_sport);
|
|
|
|
|
|
seq_printf(f, "%4d: %08X:%04X %08X:%04X"
|
|
|
- " %02X %08X:%08X %02X:%08lX %08X %5d %8d %d %d %p%n",
|
|
|
+ " %02X %08X:%08X %02X:%08lX %08X %5d %8d %d %d %pK%n",
|
|
|
i, src, srcp, dest, destp, tw->tw_substate, 0, 0,
|
|
|
3, jiffies_to_clock_t(ttd), 0, 0, 0, 0,
|
|
|
atomic_read(&tw->tw_refcnt), tw, len);
|