taglinefilesource code
wmalloc122net/inet/packet.cskb = sk->prot->wmalloc(sk, len+sizeof(*skb), 0, GFP_KERNEL);
wmalloc190net/inet/raw.cskb = sk->prot->wmalloc(sk,
wmalloc169net/inet/sock.hstruct sk_buff *  (*wmalloc)(struct sock *sk,
wmalloc710net/inet/tcp.cbuff = sk->prot->wmalloc(sk, MAX_ACK_SIZE, 1, GFP_ATOMIC);
wmalloc949net/inet/tcp.cskb = prot->wmalloc(sk, sk->mtu + 128 + prot->max_header + sizeof(*skb), 0, GFP_KERNEL);
wmalloc955net/inet/tcp.cskb = prot->wmalloc(sk, copy + prot->max_header + sizeof(*skb), 0, GFP_KERNEL);
wmalloc1102net/inet/tcp.cbuff = sk->prot->wmalloc(sk,MAX_ACK_SIZE,1, GFP_ATOMIC);
wmalloc1577net/inet/tcp.cbuff = prot->wmalloc(sk, MAX_RESET_SIZE,1 , GFP_KERNEL);
wmalloc1686net/inet/tcp.cbuff = prot->wmalloc(NULL, MAX_RESET_SIZE, 1, GFP_ATOMIC);
wmalloc1939net/inet/tcp.cbuff = newsk->prot->wmalloc(newsk, MAX_SYN_SIZE, 1, GFP_ATOMIC);
wmalloc2091net/inet/tcp.cbuff = prot->wmalloc(sk, MAX_FIN_SIZE, 1, GFP_ATOMIC);
wmalloc3034net/inet/tcp.cbuff = sk->prot->wmalloc(sk,MAX_SYN_SIZE,0, GFP_KERNEL);
wmalloc3616net/inet/tcp.cbuff = sk->prot->wmalloc(sk,MAX_ACK_SIZE,1, GFP_ATOMIC);
wmalloc237net/inet/udp.cskb = sk->prot->wmalloc(sk, size, 0, GFP_KERNEL);