taglinefilesource code
wmalloc186net/inet/packet.cskb = sk->prot->wmalloc(sk, len, 0, GFP_KERNEL);
wmalloc201net/inet/sock.hstruct sk_buff *  (*wmalloc)(struct sock *sk,
wmalloc1313net/inet/tcp.cbuff = sk->prot->wmalloc(sk, MAX_ACK_SIZE, 1, GFP_ATOMIC);
wmalloc1625net/inet/tcp.cskb = prot->wmalloc(sk, sk->mtu + 128 + prot->max_header, 0, GFP_KERNEL);
wmalloc1635net/inet/tcp.cskb = prot->wmalloc(sk, copy + prot->max_header , 0, GFP_KERNEL);
wmalloc1814net/inet/tcp.cbuff = sk->prot->wmalloc(sk,MAX_ACK_SIZE,1, GFP_ATOMIC);
wmalloc2314net/inet/tcp.cbuff = prot->wmalloc(sk, MAX_RESET_SIZE,1 , GFP_KERNEL);
wmalloc2513net/inet/tcp.cbuff = prot->wmalloc(NULL, MAX_RESET_SIZE, 1, GFP_ATOMIC);
wmalloc2854net/inet/tcp.cbuff = newsk->prot->wmalloc(newsk, MAX_SYN_SIZE, 1, GFP_ATOMIC);
wmalloc4300net/inet/tcp.cbuff = sk->prot->wmalloc(sk,MAX_SYN_SIZE,0, GFP_KERNEL);
wmalloc4928net/inet/tcp.cbuff = sk->prot->wmalloc(sk,MAX_ACK_SIZE,1, GFP_ATOMIC);