taglinefilesource code
udp_prot119net/inet/proc.creturn get__netinfo(&udp_prot, buffer,1);
udp_prot731net/inet/sock.cprot=&udp_prot;
udp_prot1632net/inet/sock.cif(prot == &udp_prot)
udp_prot1792net/inet/sock.cudp_prot.sock_array[i] = NULL;
udp_prot109net/inet/udp.csk = get_sock(&udp_prot, th->source, daddr, th->dest, saddr);
udp_prot554net/inet/udp.csk = get_sock(&udp_prot, uh->dest, saddr, uh->source, daddr);
udp_prot614net/inet/udp.cstruct proto udp_prot = {
udp_prot31net/inet/udp.hextern struct proto udp_prot;