tag | line | file | source code |
udp_prot | 31 | include/net/udp.h | extern struct proto udp_prot; |
udp_prot | 606 | net/ipv4/af_inet.c | prot=&udp_prot; |
udp_prot | 1482 | net/ipv4/af_inet.c | udp_prot.sock_array[i] = NULL; |
udp_prot | 1487 | net/ipv4/af_inet.c | udp_prot.inuse = 0; |
udp_prot | 1488 | net/ipv4/af_inet.c | udp_prot.highestinuse = 0; |
udp_prot | 158 | net/ipv4/proc.c | return get__netinfo(&udp_prot, buffer,1, start, offset, length); |
udp_prot | 183 | 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 | 664 | net/ipv4/udp.c | sk=get_sock_mcast(udp_prot.sock_array[ntohs(uh->dest)&(SOCK_ARRAY_SIZE-1)], uh->dest, |
udp_prot | 692 | 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 = { |