taglinefilesource code
wmalloc168net/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);
wmalloc1033net/inet/tcp.cskb = prot->wmalloc(sk, sk->mtu + 128 + prot->max_header, 0, GFP_KERNEL);
wmalloc1043net/inet/tcp.cskb = prot->wmalloc(sk, copy + prot->max_header , 0, GFP_KERNEL);
wmalloc1210net/inet/tcp.cbuff = sk->prot->wmalloc(sk,MAX_ACK_SIZE,1, GFP_ATOMIC);
wmalloc1616net/inet/tcp.cbuff = prot->wmalloc(sk, MAX_RESET_SIZE,1 , GFP_KERNEL);
wmalloc1753net/inet/tcp.cbuff = prot->wmalloc(NULL, MAX_RESET_SIZE, 1, GFP_ATOMIC);
wmalloc2065net/inet/tcp.cbuff = newsk->prot->wmalloc(newsk, MAX_SYN_SIZE, 1, GFP_ATOMIC);
wmalloc2257net/inet/tcp.cbuff = prot->wmalloc(sk, MAX_FIN_SIZE, 1, GFP_ATOMIC);
wmalloc3496net/inet/tcp.cbuff = sk->prot->wmalloc(sk,MAX_SYN_SIZE,0, GFP_KERNEL);
wmalloc4226net/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);