tag | line | file | source code |
udp_header | 178 | net/tcp/sock.h | struct udp_header *uh; |
udp_header | 97 | net/tcp/udp.c | print_uh(struct udp_header *uh) |
udp_header | 147 | net/tcp/udp.c | struct udp_header *th; |
udp_header | 152 | net/tcp/udp.c | th = (struct udp_header *)header; |
udp_header | 175 | net/tcp/udp.c | udp_check (struct udp_header *uh, int len, |
udp_header | 244 | net/tcp/udp.c | udp_send_check (struct udp_header *uh, unsigned long saddr, |
udp_header | 257 | net/tcp/udp.c | struct udp_header *uh; |
udp_header | 319 | net/tcp/udp.c | struct udp_header *uh; |
udp_header | 435 | net/tcp/udp.c | uh = (struct udp_header *)buff; |
udp_header | 585 | net/tcp/udp.c | memcpy_tofs (to, skb->h.raw + sizeof (struct udp_header), copied); |
udp_header | 648 | net/tcp/udp.c | struct udp_header *uh; |
udp_header | 650 | net/tcp/udp.c | uh = (struct udp_header *) skb->h.uh; |