Home
last modified time | relevance | path

Searched refs:dccps_service (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/dccp/
Dminisocks.c101 newdp->dccps_service = dreq->dreq_service; in dccp_create_openreq_child()
Dproto.c200 dp->dccps_service = DCCP_SERVICE_CODE_IS_ABSENT; in dccp_init_sock()
434 dp->dccps_service = service; in dccp_setsockopt_service()
615 put_user(dp->dccps_service, optval) || in dccp_getsockopt_service()
Ddccp.h335 if (dp->dccps_service == service) in dccp_bad_service_code()
Doutput.c122 dp->dccps_service; in dccp_transmit_skb()
/Linux-v4.19/include/linux/
Ddccp.h278 __be32 dccps_service; member