tag | line | file | source code |
udp_prot | 31 | include/net/udp.h | extern struct proto udp_prot; |
udp_prot | 617 | net/ipv4/af_inet.c | prot=&udp_prot; |
udp_prot | 1501 | net/ipv4/af_inet.c | udp_prot.sock_array[i] = NULL; |
udp_prot | 1506 | net/ipv4/af_inet.c | udp_prot.inuse = 0; |
udp_prot | 1507 | net/ipv4/af_inet.c | udp_prot.highestinuse = 0; |
udp_prot | 168 | net/ipv4/proc.c | return get__netinfo(&udp_prot, buffer,1, start, offset, length); |
udp_prot | 193 | net/ipv4/proc.c | udp_prot.inuse, udp_prot.highestinuse); |
udp_prot | 164 | net/ipv4/udp.c | sk = get_sock(&udp_prot, uh->source, daddr, uh->dest, saddr); |
udp_prot | 718 | net/ipv4/udp.c | sk=get_sock_mcast(udp_prot.sock_array[ntohs(uh->dest)&(SOCK_ARRAY_SIZE-1)], uh->dest, |
udp_prot | 746 | net/ipv4/udp.c | sk = get_sock(&udp_prot, uh->dest, saddr, uh->source, daddr); |
udp_prot | 773 | net/ipv4/udp.c | struct proto udp_prot = { |