tag | line | file | source code |
---|---|---|---|
urg_used | 188 | net/tcp/sock.h | volatile unsigned long acked:1,used:1,free:1,arp:1, urg_used:1, lock:1; |
urg_used | 1180 | net/tcp/tcp.c | if (skb->h.th->urg && !skb->urg_used) |
urg_used | 1193 | net/tcp/tcp.c | skb->urg_used = 1; |
urg_used | 1360 | net/tcp/tcp.c | if (skb->urg_used) |
urg_used | 1395 | net/tcp/tcp.c | (!skb->h.th->urg || skb->urg_used) && |
urg_used | 2923 | net/tcp/tcp.c | skb->urg_used = 0; |