| tag | line | file | source code |
| udp_header | 169 | net/tcp/sock.h | struct udp_header *uh; |
| udp_header | 88 | net/tcp/udp.c | print_uh(struct udp_header *uh) |
| udp_header | 138 | net/tcp/udp.c | struct udp_header *th; |
| udp_header | 143 | net/tcp/udp.c | th = (struct udp_header *)header; |
| udp_header | 166 | net/tcp/udp.c | udp_check (struct udp_header *uh, int len, |
| udp_header | 235 | net/tcp/udp.c | udp_send_check (struct udp_header *uh, unsigned long saddr, |
| udp_header | 248 | net/tcp/udp.c | struct udp_header *uh; |
| udp_header | 310 | net/tcp/udp.c | struct udp_header *uh; |
| udp_header | 428 | net/tcp/udp.c | uh = (struct udp_header *)buff; |
| udp_header | 577 | net/tcp/udp.c | memcpy_tofs (to, skb->h.raw + sizeof (struct udp_header), copied); |
| udp_header | 640 | net/tcp/udp.c | struct udp_header *uh; |
| udp_header | 642 | net/tcp/udp.c | uh = (struct udp_header *) skb->h.uh; |