Searched refs:dccp_feat_print_opt (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/net/dccp/ |
D | feat.c | 288 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ macro 301 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) macro 664 dccp_feat_print_opt(opt, pos->feat_num, ptr, len, 0); in dccp_feat_insert_opts() 1118 dccp_feat_print_opt(opt, feat, val, len, is_mandatory); in dccp_feat_change_recv() 1225 dccp_feat_print_opt(opt, feat, val, len, is_mandatory); in dccp_feat_confirm_recv() 1324 dccp_feat_print_opt(opt, feat, val, len, mandatory); in dccp_feat_handle_nn_established()
|