发送数据包的时候,用户态的数据包是如何拷贝到内核的kiovec msghd 结构体 icmp是走sock吗? 每一个skb_buffer的大小都是固定的吗?所以有skb_available这样的函数 1883 /** 1884 * skb_availroom - bytes at buffer end 1885 * @skb: buffer to check 1886 * 1887 * Return the number of bytes of free space at the tail of…