tag | line | file | source code |
---|---|---|---|
udp_prot | 122 | net/tcp/sock.c | extern struct proto udp_prot; |
udp_prot | 886 | net/tcp/sock.c | udp_prot.sock_array[i] = NULL; |
udp_prot | 957 | net/tcp/sock.c | prot=&udp_prot; |
udp_prot | 153 | net/tcp/udp.c | sk = get_sock (&udp_prot, net16(th->dest), saddr, th->source, daddr); |
udp_prot | 647 | net/tcp/udp.c | struct proto *prot=&udp_prot; |
udp_prot | 753 | net/tcp/udp.c | struct proto udp_prot = |
udp_prot | 45 | net/tcp/udp.h | extern struct proto udp_prot; |