tag | line | file | source code |
udp_prot | 31 | include/net/udp.h | extern struct proto udp_prot; |
udp_prot | 607 | net/ipv4/af_inet.c | prot=&udp_prot; |
udp_prot | 1479 | net/ipv4/af_inet.c | udp_prot.sock_array[i] = NULL; |
udp_prot | 1484 | net/ipv4/af_inet.c | udp_prot.inuse = 0; |
udp_prot | 1485 | net/ipv4/af_inet.c | udp_prot.highestinuse = 0; |
udp_prot | 159 | net/ipv4/proc.c | return get__netinfo(&udp_prot, buffer,1, start, offset, length); |
udp_prot | 184 | net/ipv4/proc.c | udp_prot.inuse, udp_prot.highestinuse); |
udp_prot | 166 | net/ipv4/udp.c | sk = get_sock(&udp_prot, uh->source, daddr, uh->dest, saddr); |
udp_prot | 662 | net/ipv4/udp.c | sk=get_sock_mcast(udp_prot.sock_array[ntohs(uh->dest)&(SOCK_ARRAY_SIZE-1)], uh->dest, |
udp_prot | 690 | net/ipv4/udp.c | sk = get_sock(&udp_prot, uh->dest, saddr, uh->source, daddr); |
udp_prot | 753 | net/ipv4/udp.c | struct proto udp_prot = { |