Searched refs:dccp_feat_print_opt (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/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() 1112 dccp_feat_print_opt(opt, feat, val, len, is_mandatory); in dccp_feat_change_recv() 1219 dccp_feat_print_opt(opt, feat, val, len, is_mandatory); in dccp_feat_confirm_recv() 1318 dccp_feat_print_opt(opt, feat, val, len, mandatory); in dccp_feat_handle_nn_established()
|