Home
last modified time | relevance | path

Searched refs:dccps_featneg (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/dccp/
Dminisocks.c100 INIT_LIST_HEAD(&newdp->dccps_featneg); in dccp_create_openreq_child()
258 return dccp_feat_clone_list(&dp->dccps_featneg, &dreq->dreq_featneg); in dccp_reqsk_init()
Dfeat.c637 struct list_head *fn = dreq ? &dreq->dreq_featneg : &dp->dccps_featneg; in dccp_feat_insert_opts()
759 return __feat_register_sp(&dccp_sk(sk)->dccps_featneg, feat, is_local, in dccp_feat_register_sp()
777 entry = dccp_feat_list_lookup(&dp->dccps_featneg, feat, 1); in dccp_feat_nn_get()
803 struct list_head *fn = &dccp_sk(sk)->dccps_featneg; in dccp_feat_signal_nn_change()
970 struct list_head *fn = &dp->dccps_featneg; in dccp_feat_finalise_settings()
1308 struct list_head *fn = &dccp_sk(sk)->dccps_featneg; in dccp_feat_handle_nn_established()
1398 struct list_head *fn = dreq ? &dreq->dreq_featneg : &dp->dccps_featneg; in dccp_feat_parse_options()
1442 struct list_head *fn = &dccp_sk(sk)->dccps_featneg; in dccp_feat_init()
Doutput.c263 if (!list_empty(&dp->dccps_featneg) && len > cur_mps) { in dccp_xmit_packet()
266 dccp_feat_list_purge(&dp->dccps_featneg); in dccp_xmit_packet()
Dproto.c91 dccp_feat_list_purge(&dccp_sk(sk)->dccps_featneg); in dccp_set_state()
191 INIT_LIST_HEAD(&dp->dccps_featneg); in dccp_init_sock()
229 dccp_feat_list_purge(&dp->dccps_featneg); in dccp_destroy_sock()
Dinput.c472 if (dccp_feat_activate_values(sk, &dp->dccps_featneg)) in dccp_rcv_request_sent_state_process()
/linux-4.1.27/include/linux/
Ddccp.h290 struct list_head dccps_featneg; member