Lines Matching refs:is_mandatory
854 .is_mandatory = true, in dccp_feat_ccid_deps()
863 .is_mandatory = true, in dccp_feat_ccid_deps()
876 .is_mandatory = false, in dccp_feat_ccid_deps()
882 .is_mandatory = true, in dccp_feat_ccid_deps()
888 .is_mandatory = true, in dccp_feat_ccid_deps()
904 .is_mandatory = false, in dccp_feat_ccid_deps()
910 .is_mandatory = true, in dccp_feat_ccid_deps()
916 .is_mandatory = false, in dccp_feat_ccid_deps()
922 .is_mandatory = false, in dccp_feat_ccid_deps()
955 table[i].is_mandatory, in dccp_feat_propagate_ccid()
959 table[i].is_mandatory, in dccp_feat_propagate_ccid()
1107 static u8 dccp_feat_change_recv(struct list_head *fn, u8 is_mandatory, u8 opt, in dccp_feat_change_recv() argument
1118 dccp_feat_print_opt(opt, feat, val, len, is_mandatory); in dccp_feat_change_recv()
1177 } else if (is_mandatory) { in dccp_feat_change_recv()
1200 if (!is_mandatory) in dccp_feat_change_recv()
1204 return is_mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR in dccp_feat_change_recv()
1218 static u8 dccp_feat_confirm_recv(struct list_head *fn, u8 is_mandatory, u8 opt, in dccp_feat_confirm_recv() argument
1225 dccp_feat_print_opt(opt, feat, val, len, is_mandatory); in dccp_feat_confirm_recv()
1228 if (is_mandatory && type == FEAT_UNKNOWN) in dccp_feat_confirm_recv()
1293 return is_mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR in dccp_feat_confirm_recv()