D | feat.c | 288 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument 291 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0) 301 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument 478 * @mandatory: whether to use Mandatory feature negotiation options 482 u8 mandatory, dccp_feat_val *fval) in dccp_feat_push_change() argument 495 new->needs_mandatory = mandatory; in dccp_feat_push_change() 694 * @mandatory: use Mandatory option if 1 700 u8 mandatory, u64 nn_val) in __feat_register_nn() argument 712 return dccp_feat_push_change(fn, feat, 1, mandatory, &fval); in __feat_register_nn() 720 * @mandatory: use Mandatory option if 1 [all …]
|