Lines Matching defs:protocol
729 * o -ESOCKTNOSUPPORT: bad socket type or protocol
740 * o sk_state: holds the CAIF_* protocol state, it's updated by
1027 static int caif_create(struct net *net, struct socket *sock, int protocol,
1054 if (protocol < 0 || protocol >= CAIFPROTO_MAX)
1067 /* Store the protocol */
1068 sk->sk_protocol = (unsigned char) protocol;
1071 switch (protocol) {
1102 cf_sk->conn_req.protocol = protocol;