taglinefilesource code
wmalloc169net/inet/packet.cskb = sk->prot->wmalloc(sk, len, 0, GFP_KERNEL);
wmalloc203net/inet/raw.cskb = sk->prot->wmalloc(sk,
wmalloc178net/inet/sock.hstruct sk_buff *  (*wmalloc)(struct sock *sk,
wmalloc744net/inet/tcp.cbuff = sk->prot->wmalloc(sk, MAX_ACK_SIZE, 1, GFP_ATOMIC);
wmalloc1034net/inet/tcp.cskb = prot->wmalloc(sk, sk->mtu + 128 + prot->max_header, 0, GFP_KERNEL);
wmalloc1044net/inet/tcp.cskb = prot->wmalloc(sk, copy + prot->max_header , 0, GFP_KERNEL);
wmalloc1211net/inet/tcp.cbuff = sk->prot->wmalloc(sk,MAX_ACK_SIZE,1, GFP_ATOMIC);
wmalloc1617net/inet/tcp.cbuff = prot->wmalloc(sk, MAX_RESET_SIZE,1 , GFP_KERNEL);
wmalloc1754net/inet/tcp.cbuff = prot->wmalloc(NULL, MAX_RESET_SIZE, 1, GFP_ATOMIC);
wmalloc2067net/inet/tcp.cbuff = newsk->prot->wmalloc(newsk, MAX_SYN_SIZE, 1, GFP_ATOMIC);
wmalloc2268net/inet/tcp.cbuff = prot->wmalloc(sk, MAX_FIN_SIZE, 1, GFP_ATOMIC);
wmalloc3567net/inet/tcp.cbuff = sk->prot->wmalloc(sk,MAX_SYN_SIZE,0, GFP_KERNEL);
wmalloc4298net/inet/tcp.cbuff = sk->prot->wmalloc(sk,MAX_ACK_SIZE,1, GFP_ATOMIC);
wmalloc264net/inet/udp.cskb = sk->prot->wmalloc(sk, size, 0, GFP_KERNEL);