Lines Matching defs:protocol
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
19 * Alan Cox : sock->protocol is set correctly.
73 * protocol private data.
125 #include <net/protocol.h>
2141 * @family: protocol family
3200 * the protocol does not support a particular function. In certain
3201 * cases where it makes no sense for a protocol to have a "do nothing"
3991 int sock_load_diag_module(int family, int protocol)
3993 if (!protocol) {
4003 protocol != IPPROTO_RAW &&
4004 protocol < MAX_INET_PROTOS &&
4005 !rcu_access_pointer(inet_protos[protocol]))
4010 NETLINK_SOCK_DIAG, family, protocol);
4085 "protocol",
4196 * (depending on the protocol/ioctl), and copies back the result to userspace.
4198 * protocol ioctl callbacks, instead of userspace memory.