摘要: rcv 分析: /* The socket must have it's spinlock held when we get * here, unless it is a TCP_LISTEN socket. * * We have a potential double-lock case here 阅读全文
posted @ 2019-07-05 00:47 codestacklinuxer 阅读(1373) 评论(0) 推荐(0) 编辑
摘要: proto socket 关联结构: { .type = SOCK_STREAM, .protocol = IPPROTO_TCP, .prot = &tcp_prot, .ops = &inet_stream_ops, .flags = INET_PROTOSW_PERMANENT | INET_ 阅读全文
posted @ 2019-07-05 00:05 codestacklinuxer 阅读(1005) 评论(0) 推荐(0) 编辑