taglinefilesource code
udp_prot31include/net/udp.hextern struct proto udp_prot;
udp_prot574net/ipv4/af_inet.cprot=&udp_prot;
udp_prot1559net/ipv4/af_inet.cudp_prot.sock_array[i] = NULL;
udp_prot1564net/ipv4/af_inet.cudp_prot.inuse = 0;
udp_prot1565net/ipv4/af_inet.cudp_prot.highestinuse = 0;
udp_prot155net/ipv4/proc.creturn get__netinfo(&udp_prot, buffer,1, start, offset, length);
udp_prot180net/ipv4/proc.cudp_prot.inuse, udp_prot.highestinuse);
udp_prot140net/ipv4/udp.csk = get_sock(&udp_prot, th->source, daddr, th->dest, saddr);
udp_prot568net/ipv4/udp.csk=get_sock_mcast(udp_prot.sock_array[ntohs(uh->dest)&(SOCK_ARRAY_SIZE-1)], uh->dest,
udp_prot596net/ipv4/udp.csk = get_sock(&udp_prot, uh->dest, saddr, uh->source, daddr);
udp_prot658net/ipv4/udp.cstruct proto udp_prot = {