taglinefilesource code
udp_prot31include/net/udp.hextern struct proto udp_prot;
udp_prot610net/ipv4/af_inet.cprot=&udp_prot;
udp_prot1485net/ipv4/af_inet.cudp_prot.sock_array[i] = NULL;
udp_prot1490net/ipv4/af_inet.cudp_prot.inuse = 0;
udp_prot1491net/ipv4/af_inet.cudp_prot.highestinuse = 0;
udp_prot162net/ipv4/proc.creturn get__netinfo(&udp_prot, buffer,1, start, offset, length);
udp_prot187net/ipv4/proc.cudp_prot.inuse, udp_prot.highestinuse);
udp_prot166net/ipv4/udp.csk = get_sock(&udp_prot, uh->source, daddr, uh->dest, saddr);
udp_prot664net/ipv4/udp.csk=get_sock_mcast(udp_prot.sock_array[ntohs(uh->dest)&(SOCK_ARRAY_SIZE-1)], uh->dest,
udp_prot692net/ipv4/udp.csk = get_sock(&udp_prot, uh->dest, saddr, uh->source, daddr);
udp_prot753net/ipv4/udp.cstruct proto udp_prot = {