taglinefilesource code
udp_prot31include/net/udp.hextern struct proto udp_prot;
udp_prot581net/ipv4/af_inet.cprot=&udp_prot;
udp_prot1561net/ipv4/af_inet.cudp_prot.sock_array[i] = NULL;
udp_prot1566net/ipv4/af_inet.cudp_prot.inuse = 0;
udp_prot1567net/ipv4/af_inet.cudp_prot.highestinuse = 0;
udp_prot159net/ipv4/proc.creturn get__netinfo(&udp_prot, buffer,1, start, offset, length);
udp_prot184net/ipv4/proc.cudp_prot.inuse, udp_prot.highestinuse);
udp_prot165net/ipv4/udp.csk = get_sock(&udp_prot, uh->source, daddr, uh->dest, saddr);
udp_prot644net/ipv4/udp.csk=get_sock_mcast(udp_prot.sock_array[ntohs(uh->dest)&(SOCK_ARRAY_SIZE-1)], uh->dest,
udp_prot672net/ipv4/udp.csk = get_sock(&udp_prot, uh->dest, saddr, uh->source, daddr);
udp_prot735net/ipv4/udp.cstruct proto udp_prot = {