Searched refs:service (Results 1 - 25 of 25) sorted by relevance

/net/caif/
H A Dcfsrvl.c31 struct cfsrvl *service = container_obj(layr); local
38 service->open = true;
43 service->open = false;
47 if (phyid != service->dev_info.id)
49 if (service->modem_flow_on)
52 service->phy_flow_on = false;
55 if (phyid != service->dev_info.id)
57 if (service->modem_flow_on) {
62 service->phy_flow_on = true;
65 if (service
97 struct cfsrvl *service = container_obj(layr); local
157 struct cfsrvl *service = container_of(layer, struct cfsrvl, layer); local
161 cfsrvl_init(struct cfsrvl *service, u8 channel_id, struct dev_info *dev_info, bool supports_flowctrl) argument
178 cfsrvl_ready(struct cfsrvl *service, int *err) argument
213 struct cfsrvl *service; local
[all...]
H A Dcfdbgl.c40 struct cfsrvl *service = container_obj(layr); local
44 if (!cfsrvl_ready(service, &ret)) {
51 info->channel_id = service->layer.id;
52 info->dev_info = &service->dev_info;
H A Dcfutill.c43 struct cfsrvl *service = container_obj(layr); local
68 service->open = false;
73 pr_warn("Unknown service control %d (0x%x)\n", cmd, cmd);
83 struct cfsrvl *service = container_obj(layr); local
88 if (!cfsrvl_ready(service, &ret)) {
96 info->channel_id = service->layer.id;
102 info->dev_info = &service->dev_info;
H A Dcfvidl.c49 struct cfsrvl *service = container_obj(layr); local
54 if (!cfsrvl_ready(service, &ret)) {
62 info->channel_id = service->layer.id;
63 info->dev_info = &service->dev_info;
H A Dcfdgml.c87 struct cfsrvl *service = container_obj(layr); local
90 if (!cfsrvl_ready(service, &ret)) {
107 info->channel_id = service->layer.id;
112 info->dev_info = &service->dev_info;
H A Dcfveil.c80 struct cfsrvl *service = container_obj(layr); local
81 if (!cfsrvl_ready(service, &ret))
94 info->channel_id = service->layer.id;
96 info->dev_info = &service->dev_info;
H A Dcfcnfg.c279 strncpy(l->u.utility.name, s->sockaddr.u.util.service,
293 l->endpoint = s->sockaddr.u.dbg.service;
/net/ceph/
H A Dauth_x.h12 * Handle ticket for a single service.
16 unsigned int service; member in struct:ceph_x_ticket_handler
30 unsigned int service; member in struct:ceph_x_authorizer
H A Dauth_x.c96 get_ticket_handler(struct ceph_auth_client *ac, int service) argument
105 if (service < th->service)
107 else if (service > th->service)
117 th->service = service;
128 dout("remove_ticket_handler %p %d\n", th, th->service);
201 /* ticket blob for service */
238 dout(" got ticket service
374 int service; local
[all...]
/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c275 * gss_svc_to_pseudoflavor - map a GSS service number to a pseudoflavor
278 * @service: GSS service value
283 u32 service)
289 gm->gm_pfs[i].service == service) {
298 * @info: a GSS mech OID, quality of protection, and service value
312 pseudoflavor = gss_svc_to_pseudoflavor(gm, info->qop, info->service);
341 info->service = gm->gm_pfs[i].service;
282 gss_svc_to_pseudoflavor(struct gss_api_mech *gm, u32 qop, u32 service) argument
365 gss_service_to_auth_domain_name(struct gss_api_mech *gm, u32 service) argument
[all...]
H A Dgss_krb5_mech.c736 .service = RPC_GSS_SVC_NONE,
742 .service = RPC_GSS_SVC_INTEGRITY,
748 .service = RPC_GSS_SVC_PRIVACY,
H A Dauth_gss.c94 enum rpc_gss_svc service; member in struct:gss_auth
464 len = scnprintf(p, buflen, "service=%s ", service_name);
1010 gss_auth->service = gss_pseudoflavor_to_service(gss_auth->mech, flavor);
1011 if (gss_auth->service == 0)
1325 cred->gc_service = gss_auth->service;
/net/irda/
H A Dirlmp.c687 * The service user is requesting disconnection, this will not remove the
794 * Inform service user
1311 * Inform service user if he has requested it
1384 __u8 *service;
1391 service = kmalloc(16, GFP_ATOMIC);
1392 if (!service) {
1399 kfree(service);
1410 service[i++] = S_PRINTER;
1418 service[i++] = S_LAN;
1428 service[
1474 irlmp_service_to_hint(int service) argument
1493 irlmp_service_t *service; local
1522 irlmp_service_t *service; local
[all...]
/net/lapb/
H A DKconfig10 connection service to exchange data frames with one other host, and
/net/rxrpc/
H A DKconfig42 through the use of the key retention service.
/net/wimax/
H A DKconfig15 for a service plan with a provider.
/net/bluetooth/bnep/
H A Dbnep.h87 __u8 service[0]; member in struct:bnep_setup_conn_req
/net/dccp/
H A Ddccp.h331 const __be32 service)
335 if (dp->dccps_service == service)
337 return !dccp_list_has_service(dp->dccps_service_list, service);
H A Dproto.c396 static int dccp_setsockopt_service(struct sock *sk, const __be32 service, argument
402 if (service == DCCP_SERVICE_INVALID_VALUE ||
406 if (optlen > sizeof(service)) {
413 optval + sizeof(service),
414 optlen - sizeof(service)) ||
422 dp->dccps_service = service;
H A Dipv4.c601 const __be32 service = dccp_hdr_request(skb)->dccph_req_service; local
608 if (dccp_bad_service_code(sk, service)) {
659 dreq->dreq_service = service;
H A Dipv6.c366 const __be32 service = dccp_hdr_request(skb)->dccph_req_service; local
375 if (dccp_bad_service_code(sk, service)) {
431 dreq->dreq_service = service;
/net/ipv6/
H A DKconfig171 mechanisms of 6to4 (RFC3056) to enable a service provider to rapidly
172 deploy IPv6 unicast service to IPv4 sites to which it provides
175 infrastructure. Unlike 6to4, a 6rd service provider uses an IPv6
/net/netfilter/ipvs/
H A DKconfig224 on the ith server and Ui is the fixed service rate (weight)
271 virtual service.
/net/
H A DKconfig344 tristate "Network packet drop alerting service"
347 This feature provides an alerting service to userspace in the
/net/ipv4/netfilter/
H A DKconfig61 fields such as the source, destination, type of service and

Completed in 5327 milliseconds